diff options
Diffstat (limited to 'src/fs/paths.cpp')
-rw-r--r-- | src/fs/paths.cpp | 2 |
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> |