summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 21:20:06 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 21:20:06 +0000
commit4a78a92dd6f8532451fb1797bb48e915ca638d99 (patch)
tree94e64964e1df7973c1c633621b63d97776091df1 /cfg-common.h
parentbaee7815d5566ebb63389c1780e464c3d1f18be1 (diff)
downloadmpv-4a78a92dd6f8532451fb1797bb48e915ca638d99.tar.bz2
mpv-4a78a92dd6f8532451fb1797bb48e915ca638d99.tar.xz
Add a comment that explains why this header has no multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25580 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index c9c8756edf..dbf3111be7 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -1,3 +1,6 @@
+/* This header intentionally has no multiple inclusion guards. It gets
+ * #included twice from both cfg-mplayer.h and cfg-mencoder.h. */
+
#ifdef MAIN_CONF /* this will be included in conf[] */
// ------------------------- common options --------------------