Find and remove unused headers
authorMichael Lee <mzlee@fb.com>
Tue, 13 Dec 2016 22:02:10 +0000 (14:02 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Tue, 13 Dec 2016 22:03:21 +0000 (14:03 -0800)
Summary: Find and remove a couple of unnecessary includes

Reviewed By: matbd

Differential Revision: D4322316

fbshipit-source-id: 7b55119bd7566fd62762ace5e35aa536489fafad

folly/experimental/DynamicParser.cpp
folly/io/async/test/EventBaseLocalTest.cpp

index 7abc002f1e32218a058e153cc196c21777622700..4038af97f50087fcb87b73eebc160b59edba65c6 100644 (file)
@@ -23,7 +23,6 @@
  *
  */
 #include <folly/experimental/DynamicParser.h>
-#include <folly/CppAttributes.h>
 
 #include <folly/Optional.h>
 
index 50b5ecd83f1b11f00131be7e53436bee5308369c..63e8bf48152f5b72b80f62c85ac799f09c93e66a 100644 (file)
@@ -33,7 +33,6 @@
  */
 
 #include <folly/io/async/EventBaseLocal.h>
-#include <folly/io/async/test/Util.h>
 #include <folly/portability/GTest.h>
 
 struct Foo {