]> git.sesse.net Git - movit/blobdiff - input.h
Prefix include guards with _MOVIT to avoid clashes with external files.
[movit] / input.h
diff --git a/input.h b/input.h
index db1eae9b7b3fbaf681efc68cac3e8c93731edaf2..da5b1fb287d599b204c32540835322677678b122 100644 (file)
--- a/input.h
+++ b/input.h
@@ -1,5 +1,5 @@
-#ifndef _INPUT_H
-#define _INPUT_H 1
+#ifndef _MOVIT_INPUT_H
+#define _MOVIT_INPUT_H 1
 
 #include <assert.h>
 
@@ -35,4 +35,4 @@ public:
        virtual GammaCurve get_gamma_curve() const = 0;
 };
 
-#endif // !defined(_INPUT_H)
+#endif // !defined(_MOVIT_INPUT_H)