diff options
author | Patric Stout <truebrain@openttd.org> | 2019-03-10 16:46:57 +0100 |
---|---|---|
committer | Patric Stout <truebrain@openttd.org> | 2019-03-11 10:16:00 +0100 |
commit | 1f57150d805059e8985a02725e0a23c37f22098f (patch) | |
tree | 040bd6997605095146285bb5b0f330b9c4b821d6 /src | |
parent | 36105841b9d09a3c1cd1a8f7a5bd7b84af135d9f (diff) | |
download | openttd-1f57150d805059e8985a02725e0a23c37f22098f.tar.xz |
Codechange: "basedir.h" is a system include, not a local
Diffstat (limited to 'src')
-rw-r--r-- | src/fileio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.cpp b/src/fileio.cpp index c93d3b3df..6b8173cce 100644 --- a/src/fileio.cpp +++ b/src/fileio.cpp @@ -29,7 +29,7 @@ #include <algorithm> #ifdef WITH_XDG_BASEDIR -#include "basedir.h" +#include <basedir.h> #endif #include "safeguards.h" |