summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/paths.h')
-rw-r--r--src/mongo/db/storage/paths.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/storage/paths.h b/src/mongo/db/storage/paths.h
index 7f9a479f416..384b6459419 100644
--- a/src/mongo/db/storage/paths.h
+++ b/src/mongo/db/storage/paths.h
@@ -31,9 +31,9 @@
#pragma once
#include <boost/filesystem/path.hpp>
-#include <sys/types.h>
-#include <sys/stat.h>
#include <fcntl.h>
+#include <sys/stat.h>
+#include <sys/types.h>
#include "mongo/util/mongoutils/str.h"