aboutsummaryrefslogtreecommitdiffstats
path: root/src/db
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-15 09:21:13 +0200
committerMax Kellermann <max@duempel.org>2013-10-15 09:21:59 +0200
commitbe2951b45fe071ae7e4957414c7b23e72fbac07a (patch)
tree7e103cfa2f6adca7df4492cebbe24b5222e30d0f /src/db
parent1dd1a705b58f1645cda679b88a2629d21adcbd07 (diff)
downloadmpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.tar.gz
mpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.tar.xz
mpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.zip
gcc.h: rename to Compiler.h
Diffstat (limited to 'src/db')
-rw-r--r--src/db/ProxyDatabasePlugin.cxx2
-rw-r--r--src/db/SimpleDatabasePlugin.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/db/ProxyDatabasePlugin.cxx b/src/db/ProxyDatabasePlugin.cxx
index 2b8850f26..0cde8bef9 100644
--- a/src/db/ProxyDatabasePlugin.cxx
+++ b/src/db/ProxyDatabasePlugin.cxx
@@ -25,7 +25,7 @@
#include "PlaylistVector.hxx"
#include "Directory.hxx"
#include "Song.hxx"
-#include "gcc.h"
+#include "Compiler.h"
#include "ConfigData.hxx"
#include "tag/TagBuilder.hxx"
#include "util/Error.hxx"
diff --git a/src/db/SimpleDatabasePlugin.hxx b/src/db/SimpleDatabasePlugin.hxx
index 5de52cdeb..6ebaacdf3 100644
--- a/src/db/SimpleDatabasePlugin.hxx
+++ b/src/db/SimpleDatabasePlugin.hxx
@@ -22,7 +22,7 @@
#include "DatabasePlugin.hxx"
#include "fs/Path.hxx"
-#include "gcc.h"
+#include "Compiler.h"
#include <cassert>