aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/Aiff.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tag/Aiff.hxx (renamed from src/tag/aiff.h)7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/tag/aiff.h b/src/tag/Aiff.hxx
index a0ae2d41a..9000be7f8 100644
--- a/src/tag/aiff.h
+++ b/src/tag/Aiff.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,10 +22,9 @@
* A parser for the AIFF file format.
*/
-#ifndef MPD_AIFF_H
-#define MPD_AIFF_H
+#ifndef MPD_AIFF_HXX
+#define MPD_AIFF_HXX
-#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>