diff options
Diffstat (limited to '')
-rw-r--r-- | src/QueueSave.hxx (renamed from src/queue_save.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/queue_save.h b/src/QueueSave.hxx index 5526d615d..d6b09329b 100644 --- a/src/queue_save.h +++ b/src/QueueSave.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 @@ -22,8 +22,8 @@ * back into memory. */ -#ifndef QUEUE_SAVE_H -#define QUEUE_SAVE_H +#ifndef MPD_QUEUE_SAVE_HXX +#define MPD_QUEUE_SAVE_HXX #include <glib.h> #include <stdio.h> |