Revert D6745720: [folly][compression] Log (de)compression bytes
[folly.git] / folly / compression / test / CompressionTest.cpp
index b0a2b22bbd31fc0eabfa597f567460314794b09e..9483979a7b99275b4939f97f51649ef8acb44209 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2013-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.
@@ -40,9 +40,9 @@
 
 #if FOLLY_HAVE_LIBZ
 #include <folly/compression/Zlib.h>
-#endif
 
 namespace zlib = folly::io::zlib;
+#endif
 
 namespace folly {
 namespace io {