Skip to content

Commit

Permalink
Cleanup include (facebook#8208)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#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
  • Loading branch information
andrewjcg authored and facebook-github-bot committed Apr 20, 2021
1 parent 905dd17 commit 2e5de5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/fault_injection_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2e5de5a

Please sign in to comment.