diff options
author | Max Kellermann <max@duempel.org> | 2013-10-21 10:27:05 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-21 10:27:14 +0200 |
commit | 93068f10ecd071c648a1c47925b7a01f8659e619 (patch) | |
tree | 23d782176e83f829d179f28633d96f4ddf69836c /src | |
parent | 7142c81c05d767a3e54c0c121f60628b6cfe9298 (diff) | |
download | mpd-93068f10ecd071c648a1c47925b7a01f8659e619.tar.gz mpd-93068f10ecd071c648a1c47925b7a01f8659e619.tar.xz mpd-93068f10ecd071c648a1c47925b7a01f8659e619.zip |
fs/AllocatedPath: don't include glib.h
Diffstat (limited to '')
-rw-r--r-- | src/fs/AllocatedPath.hxx | 4 |
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> |