From: Christopher Dykes Date: Mon, 30 May 2016 23:05:20 +0000 (-0700) Subject: Switch uses of to X-Git-Tag: 2016.07.26~179 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5c3212566cd7c0da4235c7df85bf3fb2f46c33fd;p=folly.git Switch uses of to Summary: Diff #13 of 14. Reviewed By: mzlee Differential Revision: D3116264 fbshipit-source-id: 80e498b7062f40d723e156901bf62a2101a6e6ba --- 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