Codechange: "basedir.h" is a system include, not a local

This commit is contained in:
Patric Stout 2019-03-10 16:46:57 +01:00
parent 36105841b9
commit 1f57150d80
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include <algorithm>
#ifdef WITH_XDG_BASEDIR
#include "basedir.h"
#include <basedir.h>
#endif
#include "safeguards.h"