fs/StandardDirectory: move USE_XDG to XDG.hxx

This commit is contained in:
Max Kellermann
2018-10-31 13:39:20 +01:00
parent 190006e9dc
commit f47696f5f8
3 changed files with 30 additions and 7 deletions

View File

@@ -18,14 +18,9 @@
*/
#include "config.h"
// Use X Desktop guidelines where applicable
#if !defined(__APPLE__) && !defined(_WIN32) && !defined(ANDROID)
#define USE_XDG
#endif
#include "StandardDirectory.hxx"
#include "FileSystem.hxx"
#include "XDG.hxx"
#include <array>