diff options
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistFile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistFile.cxx b/src/PlaylistFile.cxx index de12518d9..a048c02ce 100644 --- a/src/PlaylistFile.cxx +++ b/src/PlaylistFile.cxx @@ -28,12 +28,12 @@ #include "io_error.h" #include "Mapper.hxx" #include "TextFile.hxx" +#include "conf.h" extern "C" { #include "path.h" #include "uri.h" #include "idle.h" -#include "conf.h" } #include "glib_compat.h" |