Changeset - r23456:6939f606efdc
[Not reviewed]
master
0 1 0
Patric Stout - 5 years ago 2019-03-10 15:46:57
truebrain@openttd.org
Codechange: "basedir.h" is a system include, not a local
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/fileio.cpp
Show inline comments
 
@@ -29,7 +29,7 @@
 
#include <algorithm>
 

	
 
#ifdef WITH_XDG_BASEDIR
 
#include "basedir.h"
 
#include <basedir.h>
 
#endif
 

	
 
#include "safeguards.h"
0 comments (0 inline, 0 general)