aboutsummaryrefslogtreecommitdiffstats
path: root/src/InputInit.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/InputInit.hxx (renamed from src/input_init.h)11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/input_init.h b/src/InputInit.hxx
index ad92cda08..9d503e5a8 100644
--- a/src/input_init.h
+++ b/src/InputInit.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,13 +17,10 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef MPD_INPUT_INIT_H
-#define MPD_INPUT_INIT_H
+#ifndef MPD_INPUT_INIT_HXX
+#define MPD_INPUT_INIT_HXX
-#include "check.h"
-
-#include <glib.h>
-#include <stdbool.h>
+#include "gerror.h"
/**
* Initializes this library and all input_stream implementations.