X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Fio%2FIOBuf.h;h=1fb26b974145e75500171863f60e4e4bb01f23b3;hb=5c3212566cd7c0da4235c7df85bf3fb2f46c33fd;hp=318782b4353884ed777ccfbac7279e9eb9c87e01;hpb=35fcff936a0ba58986269fb05689843f99e89eb5;p=folly.git 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