Revert D6745720: [folly][compression] Log (de)compression bytes
[folly.git] / folly / dynamic.cpp
index f2be8f27324177208ed03f3fb16274ef69a8e10f..b06fe85f892bc126dfec0b6650389ca427c7a245 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2011-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.
@@ -17,7 +17,7 @@
 #include <folly/dynamic.h>
 
 #include <folly/Format.h>
-#include <folly/Hash.h>
+#include <folly/hash/Hash.h>
 #include <folly/lang/Assume.h>
 #include <folly/portability/BitsFunctexcept.h>