move connectionmanager/managed connection to wangle
[folly.git] / folly / GroupVarint.cpp
index 2b5462459065218a07813c944b61ae058d34ca57..9a9ce3b197ad287099b8ba49e97a39bf2077f19e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Facebook, Inc.
+ * Copyright 2014 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,8 +14,9 @@
  * limitations under the License.
  */
 
-#include "folly/GroupVarint.h"
+#include <folly/GroupVarint.h>
 
+#if HAVE_GROUP_VARINT
 namespace folly {
 
 const uint32_t GroupVarint32::kMask[] = {
@@ -29,4 +30,4 @@ const uint64_t GroupVarint64::kMask[] = {
 };
 
 }  // namespace folly
-
+#endif