logging: fix unused variable warning in non-debug builds
[folly.git] / folly / FBVector.h
index c52c350141dbadff0bd6c5cace879e3a4996e870..428eba628d10b1629887c3fb09b94c181d1c3ff9 100644 (file)
 
 #include <folly/FormatTraits.h>
 #include <folly/Likely.h>
-#include <folly/Malloc.h>
 #include <folly/Traits.h>
+#include <folly/memory/Malloc.h>
 #include <folly/portability/BitsFunctexcept.h>
 
 //=============================================================================
 // forward declaration
 
 namespace folly {
-  template <class T, class Allocator = std::allocator<T>>
-  class fbvector;
-}
+template <class T, class Allocator = std::allocator<T>>
+class fbvector;
+} // namespace folly
 
 //=============================================================================
 // unrolling