From 5c3212566cd7c0da4235c7df85bf3fb2f46c33fd Mon Sep 17 00:00:00 2001 From: Christopher Dykes Date: Mon, 30 May 2016 16:05:20 -0700 Subject: [PATCH] Switch uses of to Summary: Diff #13 of 14. Reviewed By: mzlee Differential Revision: D3116264 fbshipit-source-id: 80e498b7062f40d723e156901bf62a2101a6e6ba --- folly/experimental/io/AsyncIO.h | 2 +- folly/io/IOBuf.h | 2 +- folly/io/async/AsyncTransport.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/folly/experimental/io/AsyncIO.h b/folly/experimental/io/AsyncIO.h index 6a9ee6a4..69d0a306 100644 --- a/folly/experimental/io/AsyncIO.h +++ b/folly/experimental/io/AsyncIO.h @@ -17,7 +17,6 @@ #pragma once #include -#include #include #include @@ -33,6 +32,7 @@ #include #include +#include namespace folly { diff --git a/folly/io/IOBuf.h b/folly/io/IOBuf.h index 318782b4..1fb26b97 100644 --- a/folly/io/IOBuf.h +++ b/folly/io/IOBuf.h @@ -24,7 +24,6 @@ #include #include #include -#include #include #include @@ -32,6 +31,7 @@ #include #include #include +#include // Ignore shadowing warnings within this file, so includers can use -Wshadow. #pragma GCC diagnostic push diff --git a/folly/io/async/AsyncTransport.h b/folly/io/async/AsyncTransport.h index 07e67833..d421bb6b 100644 --- a/folly/io/async/AsyncTransport.h +++ b/folly/io/async/AsyncTransport.h @@ -17,13 +17,13 @@ #pragma once #include -#include #include #include #include #include #include +#include #include -- 2.34.1