diff options
Diffstat (limited to 'src/ConfigTemplates.hxx')
-rw-r--r-- | src/ConfigTemplates.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ConfigTemplates.hxx b/src/ConfigTemplates.hxx index 4f5460460..90d098dc0 100644 --- a/src/ConfigTemplates.hxx +++ b/src/ConfigTemplates.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -20,8 +20,6 @@ #ifndef MPD_CONFIG_TEMPLATES_HXX #define MPD_CONFIG_TEMPLATES_HXX -#include "ConfigOption.hxx" - struct ConfigTemplate { const char *const name; const bool repeatable; |