From ca63fdcf0367191188ab78c18b6c42efac5bc4c0 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Mon, 21 Apr 2008 06:34:07 +0300 Subject: 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. --- cfg-common-opts.h | 7 ------- 1 file changed, 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 */ -- cgit v1.2.3