allow command to accept "--" separator
[folly.git] / folly / experimental / BitVectorCoding.h
index 38dde11ae2969595a2e84829541f0ce9c4322ee9..68c20598b6272fd9fa6ea074a8f1d963ffb0dd83 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2015-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
 #include <limits>
 #include <type_traits>
 
-#include <folly/Bits.h>
 #include <folly/Likely.h>
 #include <folly/Portability.h>
 #include <folly/Range.h>
@@ -28,6 +27,7 @@
 #include <folly/experimental/CodingDetail.h>
 #include <folly/experimental/Instructions.h>
 #include <folly/experimental/Select64.h>
+#include <folly/lang/Bits.h>
 #include <glog/logging.h>
 
 #if !FOLLY_X64
@@ -444,4 +444,5 @@ class BitVectorReader : detail::ForwardPointers<Encoder::forwardQuantum>,
   ValueType upperBound_;
 };
 
-}}  // namespaces
+} // namespace compression
+} // namespace folly