qualify std::move in StringKeyedTest
[folly.git] / folly / Foreach.h
index f5fed8bd3fa9202407729adb91e29da91906ed68..9d67c1484d331e3d7ef16193851cc4b4956d0ed8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -47,7 +47,6 @@
  * generates code 100% identical to the handwritten loop.
  */
 
-#include <boost/type_traits/remove_cv.hpp>
 #include <type_traits>
 
 /*