aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/MusicBuffer.cxx (renamed from src/buffer.c)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buffer.c b/src/MusicBuffer.cxx
index 559f39a9a..f1547f1f4 100644
--- a/src/buffer.c
+++ b/src/MusicBuffer.cxx
@@ -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
@@ -18,8 +18,8 @@
*/
#include "config.h"
-#include "buffer.h"
-#include "chunk.h"
+#include "MusicBuffer.hxx"
+#include "MusicChunk.hxx"
#include "poison.h"
#include <glib.h>