summaryrefslogtreecommitdiff
path: root/src/client/fuse_ll.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/fuse_ll.cc')
-rw-r--r--src/client/fuse_ll.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/client/fuse_ll.cc b/src/client/fuse_ll.cc
index 159b1356a78..a536d19cfc1 100644
--- a/src/client/fuse_ll.cc
+++ b/src/client/fuse_ll.cc
@@ -23,13 +23,14 @@
#include <fcntl.h>
#include <unistd.h>
-// ceph
+#include "include/types.h"
+#include "include/assert.h"
#include "common/errno.h"
#include "common/safe_io.h"
-#include "include/types.h"
-#include "Client.h"
#include "common/config.h"
-#include "include/assert.h"
+#include "global/debug.h"
+
+#include "Client.h"
static Client *client;