]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Cleanup include (#8208)
authorAndrew Gallagher <andrewjcg@fb.com>
Tue, 20 Apr 2021 21:56:33 +0000 (14:56 -0700)
committerakankshamahajan <akankshamahajan@fb.com>
Tue, 20 Apr 2021 22:52:26 +0000 (15:52 -0700)
Summary:
Pull Request resolved: https://github.com/facebook/rocksdb/pull/8208

Make include of "file_system.h" use the same include path as everywhere
else.

Reviewed By: riversand963, akankshamahajan15

Differential Revision: D27881606

fbshipit-source-id: fc1e076229fde21041a813c655ce017b5070c8b3

utilities/fault_injection_fs.h

index 7a8e46a6f5c1466baffc0f46391c41c73751acd6..e131224c69f888bb19369cc171f0454e27998649 100644 (file)
@@ -22,7 +22,7 @@
 #include <string>
 
 #include "file/filename.h"
-#include "include/rocksdb/file_system.h"
+#include "rocksdb/file_system.h"
 #include "util/mutexlock.h"
 #include "util/random.h"
 #include "util/thread_local.h"