summaryrefslogtreecommitdiff
path: root/src/common/fd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/fd.cc')
-rw-r--r--src/common/fd.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/fd.cc b/src/common/fd.cc
index 547e0f8e27b..35ae5f89f66 100644
--- a/src/common/fd.cc
+++ b/src/common/fd.cc
@@ -12,15 +12,15 @@
*
*/
-#include "fd.h"
-
#include <sys/types.h>
#include <unistd.h>
#include <dirent.h>
#include <errno.h>
-#include "debug.h"
-#include "errno.h"
+#include "common/debug.h"
+#include "common/errno.h"
+
+#include "fd.h"
void dump_open_fds(CephContext *cct)
{