mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-05 03:49:37 +01:00
Codechange: "basedir.h" is a system include, not a local
This commit is contained in:
parent
36105841b9
commit
1f57150d80
@ -29,7 +29,7 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#ifdef WITH_XDG_BASEDIR
|
#ifdef WITH_XDG_BASEDIR
|
||||||
#include "basedir.h"
|
#include <basedir.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "safeguards.h"
|
#include "safeguards.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user