Index: trunk/nv/gfx/texture_atlas.hh
===================================================================
--- trunk/nv/gfx/texture_atlas.hh	(revision 95)
+++ trunk/nv/gfx/texture_atlas.hh	(revision 96)
@@ -5,6 +5,6 @@
 // For conditions of distribution and use, see copyright notice in nv.hh
 
-#ifndef NV_GL_TEXTURE_ATLAS_HH
-#define NV_GL_TEXTURE_ATLAS_HH
+#ifndef NV_TEXTURE_ATLAS_HH
+#define NV_TEXTURE_ATLAS_HH
 
 #include <nv/common.hh>
@@ -33,4 +33,4 @@
 }
 
-#endif // NV_GL_TEXTURE_ATLAS_HH
+#endif // NV_TEXTURE_ATLAS_HH
 
Index: trunk/nv/gfx/texture_font.hh
===================================================================
--- trunk/nv/gfx/texture_font.hh	(revision 95)
+++ trunk/nv/gfx/texture_font.hh	(revision 96)
@@ -5,6 +5,6 @@
 // For conditions of distribution and use, see copyright notice in nv.hh
 
-#ifndef NV_GL_TEXTURE_FONT_HH
-#define NV_GL_TEXTURE_FONT_HH
+#ifndef NV_TEXTURE_FONT_HH
+#define NV_TEXTURE_FONT_HH
 
 #include <nv/common.hh>
@@ -56,4 +56,4 @@
 }
 
-#endif // NV_GL_TEXTURE_FONT_HH
+#endif // NV_TEXTURE_FONT_HH
 
