]> git.sesse.net Git - movit/blobdiff - init.h
Prefix include guards with _MOVIT to avoid clashes with external files.
[movit] / init.h
diff --git a/init.h b/init.h
index 7cee8587758331566d1b5b7e57db20e6f25aa2ab..53a4018100362f6f38f54e0173bdf502f5debf5a 100644 (file)
--- a/init.h
+++ b/init.h
@@ -1,5 +1,5 @@
-#ifndef _INIT_H
-#define _INIT_H
+#ifndef _MOVIT_INIT_H
+#define _MOVIT_INIT_H
 
 #include <string>
 
@@ -47,4 +47,4 @@ extern float movit_texel_subpixel_precision;
 // Whether the GPU in use supports GL_EXT_texture_sRGB.
 extern bool movit_srgb_textures_supported;
 
-#endif  // !defined(_INIT_H)
+#endif  // !defined(_MOVIT_INIT_H)