auto-dep the rest of Folly
authorChristopher Dykes <cdykes@fb.com>
Fri, 30 Jun 2017 22:18:55 +0000 (15:18 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 30 Jun 2017 22:27:20 +0000 (15:27 -0700)
Summary: This is so we can do some magic internally.

Reviewed By: yfeldblum

Differential Revision: D5354341

fbshipit-source-id: 96abf92f4765f5ae21aa3c0dc4bcadcc22560ab5

folly/FBString.h
folly/Portability.h
folly/Random.cpp
folly/experimental/RCUUtils.h
folly/experimental/TestUtil.cpp

index 09ab0565220e3a22ddf163faab07c725141f9603..dde6fd40b3c35e1d91fe3fb21ff654c92d196e57 100644 (file)
@@ -33,7 +33,7 @@
 
 #pragma GCC system_header
 
-#include "basic_fbstring_malloc.h"
+#include "basic_fbstring_malloc.h" // @manual
 
 // When used as std::string replacement always disable assertions.
 #define FBSTRING_ASSERT(expr) /* empty */
index 7063e07237b3115d850206966052b625326deb95..fce337606540d975f4d194048f30a62424b185c8 100644 (file)
@@ -52,7 +52,7 @@ constexpr bool kHasUnalignedAccess = false;
 # endif
 /* nolint */
 # define _USE_ATTRIBUTES_FOR_SAL 1
-# include <sal.h>
+# include <sal.h> // @manual
 # define FOLLY_PRINTF_FORMAT _Printf_format_string_
 # define FOLLY_PRINTF_FORMAT_ATTR(format_param, dots_param) /**/
 #else
@@ -220,7 +220,7 @@ namespace std { typedef ::max_align_t max_align_t; }
 // the 'std' namespace; the latter uses inline namespaces. Wrap this decision
 // up in a macro to make forward-declarations easier.
 #if FOLLY_USE_LIBCPP
-#include <__config>
+#include <__config> // @manual
 #define FOLLY_NAMESPACE_STD_BEGIN     _LIBCPP_BEGIN_NAMESPACE_STD
 #define FOLLY_NAMESPACE_STD_END       _LIBCPP_END_NAMESPACE_STD
 #else
@@ -318,7 +318,7 @@ using namespace FOLLY_GFLAGS_NAMESPACE;
 
 // for TARGET_OS_IPHONE
 #ifdef __APPLE__
-#include <TargetConditionals.h>
+#include <TargetConditionals.h> // @manual
 #endif
 
 // RTTI may not be enabled for this compilation unit.
index 1f64b1345e6c5e36300160e23a163159ca7783c7..16f3e8b321bf2ca31e2cfe35a827fe1c75546ec5 100644 (file)
@@ -31,7 +31,7 @@
 #include <glog/logging.h>
 
 #ifdef _MSC_VER
-# include <wincrypt.h>
+# include <wincrypt.h> // @manual
 #endif
 
 namespace folly {
index 9e9cb6c8d8c729cf5aa32cd0466e38fc66cea349..e0af4d70f769592b341e4955f1cb8fa318acb318 100644 (file)
@@ -15,7 +15,7 @@
  */
 #pragma once
 
-#include <urcu.h>
+#include <urcu.h> // @manual
 
 namespace folly {
 
index 91410a55a81a940a58b1001121da2466ced24f54..d05dafe8a27e27a4c1aacc3852ad1f587fcdf1fb 100644 (file)
@@ -28,7 +28,7 @@
 #include <folly/portability/Fcntl.h>
 
 #ifdef _WIN32
-#include <crtdbg.h>
+#include <crtdbg.h> // @manual
 #endif
 
 namespace folly {