aboutsummaryrefslogtreecommitdiffstats
path: root/src/EncoderAPI.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/EncoderAPI.hxx (renamed from src/encoder_api.h)8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/encoder_api.h b/src/EncoderAPI.hxx
index 46c8d10c8..bd874fa41 100644
--- a/src/encoder_api.h
+++ b/src/EncoderAPI.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,10 @@
*
*/
-#ifndef MPD_ENCODER_API_H
-#define MPD_ENCODER_API_H
+#ifndef MPD_ENCODER_API_HXX
+#define MPD_ENCODER_API_HXX
-#include "encoder_plugin.h"
+#include "EncoderPlugin.hxx"
#include "audio_format.h"
#include "tag.h"
#include "conf.h"