aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseSimple.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 00:25:15 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 01:06:11 +0100
commit440ac51cf0250904813dfc9398ca8c9e6467328f (patch)
tree750ec9c28c92bc15161a25f8edb2cec73becf493 /src/DatabaseSimple.hxx
parentd3293b889d20433adede6a248582ce778e1c87b8 (diff)
downloadmpd-440ac51cf0250904813dfc9398ca8c9e6467328f.tar.gz
mpd-440ac51cf0250904813dfc9398ca8c9e6467328f.tar.xz
mpd-440ac51cf0250904813dfc9398ca8c9e6467328f.zip
database.h: rename to DatabaseSimple.hxx
Diffstat (limited to '')
-rw-r--r--src/DatabaseSimple.hxx (renamed from src/database.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/database.h b/src/DatabaseSimple.hxx
index ee2e609a6..20f038024 100644
--- a/src/database.h
+++ b/src/DatabaseSimple.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2011 The Music Player Daemon Project
+ * Copyright (C) 2003-2013 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef MPD_DATABASE_H
-#define MPD_DATABASE_H
+#ifndef MPD_DATABASE_SIMPLE_HXX
+#define MPD_DATABASE_SIMPLE_HXX
#include "gcc.h"