Remove unnecessary includes from FBVector
[folly.git] / folly / Foreach.h
index 442336d60d5c53a6b29e446428905a2eabe9528a..9d67c1484d331e3d7ef16193851cc4b4956d0ed8 100644 (file)
@@ -47,7 +47,6 @@
  * generates code 100% identical to the handwritten loop.
  */
 
-#include <boost/type_traits/remove_cv.hpp>
 #include <type_traits>
 
 /*