]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/util/hash.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / rocksdb / util / hash.cc
index d72be8a45251fff626d61d9ea82b4fc9b34d5e67..452216fa3a8a7324567f2722d84ac622a536b0d2 100644 (file)
@@ -7,10 +7,10 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file. See the AUTHORS file for names of contributors.
 
+#include "util/hash.h"
 #include <string.h>
+#include "port/lang.h"
 #include "util/coding.h"
-#include "util/hash.h"
-#include "util/util.h"
 #include "util/xxhash.h"
 
 namespace ROCKSDB_NAMESPACE {