summaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-01 20:10:21 +0300
committerAndrei Karas <akaras@inbox.ru>2017-07-01 20:18:21 +0300
commitcd74e15feb10f8e4cb3d6aa4b72b4b94b39b4164 (patch)
tree18bf500d2e4ae688bfa03e174f2efa143f4c8fad /src/fs
parent2939e076b9901b3752d0b961c2dc83d9a632a004 (diff)
downloadplus-cd74e15feb10f8e4cb3d6aa4b72b4b94b39b4164.tar.gz
plus-cd74e15feb10f8e4cb3d6aa4b72b4b94b39b4164.tar.bz2
plus-cd74e15feb10f8e4cb3d6aa4b72b4b94b39b4164.tar.xz
plus-cd74e15feb10f8e4cb3d6aa4b72b4b94b39b4164.zip
fix code style.
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/paths.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/paths.cpp b/src/fs/paths.cpp
index 46eae158e..b53736024 100644
--- a/src/fs/paths.cpp
+++ b/src/fs/paths.cpp
@@ -33,9 +33,9 @@
#ifdef USE_X11
#include "fs/files.h"
-#endif // USE_X11
#include "utils/foreach.h"
+#endif // USE_X11
#ifdef __native_client__
#include <limits.h>