summaryrefslogtreecommitdiffstats
path: root/cfg-common-opts.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-21 06:34:07 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-23 13:48:37 +0300
commitca63fdcf0367191188ab78c18b6c42efac5bc4c0 (patch)
tree4b14a790859c64f9bcacce86418309b3952cd0cf /cfg-common-opts.h
parent3ee6503a078a45f1506fa0daaa768a511d58fcf0 (diff)
downloadmpv-ca63fdcf0367191188ab78c18b6c42efac5bc4c0.tar.bz2
mpv-ca63fdcf0367191188ab78c18b6c42efac5bc4c0.tar.xz
cfg-common-opts.h: Remove multiple inclusion guards and #include
This file cannot be used as a normal header so the multiple inclusion guards are pointless, and the only reason the '#include "config.h"' did not break compilation was that it compiled to whitespace only due to its own multiple inclusion guard.
Diffstat (limited to 'cfg-common-opts.h')
-rw-r--r--cfg-common-opts.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cfg-common-opts.h b/cfg-common-opts.h
index 1ebcd99eb5..f54b533a17 100644
--- a/cfg-common-opts.h
+++ b/cfg-common-opts.h
@@ -1,8 +1,3 @@
-#ifndef MPLAYER_CFG_COMMON_OPTS_H
-#define MPLAYER_CFG_COMMON_OPTS_H
-
-#include "config.h"
-
// ------------------------- common options --------------------
{"quiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
{"noquiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
@@ -341,5 +336,3 @@
{"fontconfig", "MPlayer was compiled without fontconfig support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
{"nofontconfig", "MPlayer was compiled without fontconfig support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
#endif /* HAVE_FONTCONFIG */
-
-#endif /* MPLAYER_CFG_COMMON_OPTS_H */