Commit 5b7f5cef authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot

auto-dep the rest of Folly

Summary: This is so we can do some magic internally.

Reviewed By: yfeldblum

Differential Revision: D5354341

fbshipit-source-id: 96abf92f4765f5ae21aa3c0dc4bcadcc22560ab5
parent fc507b26
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#pragma GCC system_header #pragma GCC system_header
#include "basic_fbstring_malloc.h" #include "basic_fbstring_malloc.h" // @manual
// When used as std::string replacement always disable assertions. // When used as std::string replacement always disable assertions.
#define FBSTRING_ASSERT(expr) /* empty */ #define FBSTRING_ASSERT(expr) /* empty */
......
...@@ -52,7 +52,7 @@ constexpr bool kHasUnalignedAccess = false; ...@@ -52,7 +52,7 @@ constexpr bool kHasUnalignedAccess = false;
# endif # endif
/* nolint */ /* nolint */
# define _USE_ATTRIBUTES_FOR_SAL 1 # define _USE_ATTRIBUTES_FOR_SAL 1
# include <sal.h> # include <sal.h> // @manual
# define FOLLY_PRINTF_FORMAT _Printf_format_string_ # define FOLLY_PRINTF_FORMAT _Printf_format_string_
# define FOLLY_PRINTF_FORMAT_ATTR(format_param, dots_param) /**/ # define FOLLY_PRINTF_FORMAT_ATTR(format_param, dots_param) /**/
#else #else
...@@ -220,7 +220,7 @@ namespace std { typedef ::max_align_t max_align_t; } ...@@ -220,7 +220,7 @@ namespace std { typedef ::max_align_t max_align_t; }
// the 'std' namespace; the latter uses inline namespaces. Wrap this decision // the 'std' namespace; the latter uses inline namespaces. Wrap this decision
// up in a macro to make forward-declarations easier. // up in a macro to make forward-declarations easier.
#if FOLLY_USE_LIBCPP #if FOLLY_USE_LIBCPP
#include <__config> #include <__config> // @manual
#define FOLLY_NAMESPACE_STD_BEGIN _LIBCPP_BEGIN_NAMESPACE_STD #define FOLLY_NAMESPACE_STD_BEGIN _LIBCPP_BEGIN_NAMESPACE_STD
#define FOLLY_NAMESPACE_STD_END _LIBCPP_END_NAMESPACE_STD #define FOLLY_NAMESPACE_STD_END _LIBCPP_END_NAMESPACE_STD
#else #else
...@@ -318,7 +318,7 @@ using namespace FOLLY_GFLAGS_NAMESPACE; ...@@ -318,7 +318,7 @@ using namespace FOLLY_GFLAGS_NAMESPACE;
// for TARGET_OS_IPHONE // for TARGET_OS_IPHONE
#ifdef __APPLE__ #ifdef __APPLE__
#include <TargetConditionals.h> #include <TargetConditionals.h> // @manual
#endif #endif
// RTTI may not be enabled for this compilation unit. // RTTI may not be enabled for this compilation unit.
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <glog/logging.h> #include <glog/logging.h>
#ifdef _MSC_VER #ifdef _MSC_VER
# include <wincrypt.h> # include <wincrypt.h> // @manual
#endif #endif
namespace folly { namespace folly {
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
*/ */
#pragma once #pragma once
#include <urcu.h> #include <urcu.h> // @manual
namespace folly { namespace folly {
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <folly/portability/Fcntl.h> #include <folly/portability/Fcntl.h>
#ifdef _WIN32 #ifdef _WIN32
#include <crtdbg.h> #include <crtdbg.h> // @manual
#endif #endif
namespace folly { namespace folly {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment