aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-21 10:27:05 +0200
committerMax Kellermann <max@duempel.org>2013-10-21 10:27:14 +0200
commit93068f10ecd071c648a1c47925b7a01f8659e619 (patch)
tree23d782176e83f829d179f28633d96f4ddf69836c /src
parent7142c81c05d767a3e54c0c121f60628b6cfe9298 (diff)
downloadmpd-93068f10ecd071c648a1c47925b7a01f8659e619.tar.gz
mpd-93068f10ecd071c648a1c47925b7a01f8659e619.tar.xz
mpd-93068f10ecd071c648a1c47925b7a01f8659e619.zip
fs/AllocatedPath: don't include glib.h
Diffstat (limited to 'src')
-rw-r--r--src/fs/AllocatedPath.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fs/AllocatedPath.hxx b/src/fs/AllocatedPath.hxx
index 1655a270a..36d8a1598 100644
--- a/src/fs/AllocatedPath.hxx
+++ b/src/fs/AllocatedPath.hxx
@@ -25,10 +25,6 @@
#include "Traits.hxx"
#include "Path.hxx"
-#ifdef WIN32
-#include <glib.h>
-#endif
-
#include <utility>
#include <string>