summaryrefslogtreecommitdiffstats
path: root/stream/pnm.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-28 01:32:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-28 01:32:52 +0000
commitfe9ec3ffdd77e6ceb397d6823d4e3b5c00e0ea0a (patch)
treef0146cc7a28f08bb7c5b072e6104254ddec0789b /stream/pnm.h
parentf0d20ffa713fdcedc83828eec3b083c0cac879db (diff)
downloadmpv-fe9ec3ffdd77e6ceb397d6823d4e3b5c00e0ea0a.tar.bz2
mpv-fe9ec3ffdd77e6ceb397d6823d4e3b5c00e0ea0a.tar.xz
Consistently use uppercase filename as multiple inclusion guard.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25897 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/pnm.h')
-rw-r--r--stream/pnm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/pnm.h b/stream/pnm.h
index fedc079db0..3654e652e8 100644
--- a/stream/pnm.h
+++ b/stream/pnm.h
@@ -22,8 +22,8 @@
* pnm util functions header by joschka
*/
-#ifndef HAVE_PNM_H
-#define HAVE_PNM_H
+#ifndef PNM_H
+#define PNM_H
#include <inttypes.h>
/*#include "xine_internal.h" */
@@ -34,4 +34,4 @@ typedef struct pnm_s pnm_t;
//int pnm_read (pnm_t *this, char *data, int len);
-#endif /* HAVE_PNM_H */
+#endif /* PNM_H */