]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Correct path of db.h in utility_db.h
authorMayank Agarwal <amayank@fb.com>
Thu, 9 May 2013 22:52:02 +0000 (15:52 -0700)
committerMayank Agarwal <amayank@fb.com>
Fri, 10 May 2013 23:14:59 +0000 (16:14 -0700)
Summary: Will not be caught properly from file in fbcode with old path. New path fixes it.

Test Plan: make

Reviewers: sheki, dhruba, haobo, vamsi

Reviewed By: sheki

Differential Revision: https://reviews.facebook.net/D10707

include/utilities/utility_db.h

index 239e541fac1a6726faee779518ee6bb812f0315c..be2f2c4072c7be0a14e12e4a3d38a3cc1dd97bf2 100644 (file)
@@ -5,7 +5,7 @@
 #ifndef LEVELDB_INCLUDE_UTILITIES_UTILITY_DB_H_
 #define LEVELDB_INCLUDE_UTILITIES_UTILITY_DB_H_
 
-#include "include/leveldb/db.h"
+#include "leveldb/db.h"
 
 namespace leveldb {