diff --git a/cogl/cogl-texture-2d-private.h b/cogl/cogl-texture-2d-private.h index 34abaa98c..823303cfb 100644 --- a/cogl/cogl-texture-2d-private.h +++ b/cogl/cogl-texture-2d-private.h @@ -21,8 +21,8 @@ * */ -#ifndef __COGL_TEXTURE_2D_H -#define __COGL_TEXTURE_2D_H +#ifndef __COGL_TEXTURE_2D_PRIVATE_H +#define __COGL_TEXTURE_2D_PRIVATE_H #include "cogl-object-private.h" #include "cogl-pipeline-private.h" @@ -103,4 +103,4 @@ _cogl_texture_2d_copy_from_framebuffer (CoglTexture2D *texture, int width, int height); -#endif /* __COGL_TEXTURE_2D_H */ +#endif /* __COGL_TEXTURE_2D_PRIVATE_H */ diff --git a/cogl/cogl-texture-2d.h b/cogl/cogl-texture-2d.h index 33671940f..bf35e3856 100644 --- a/cogl/cogl-texture-2d.h +++ b/cogl/cogl-texture-2d.h @@ -28,8 +28,8 @@ #error "Only can be included directly." #endif -#ifndef __COGL_TEXURE_2D_H -#define __COGL_TEXURE_2D_H +#ifndef __COGL_TEXTURE_2D_H +#define __COGL_TEXTURE_2D_H #include "cogl-context.h" @@ -225,4 +225,4 @@ cogl_texture_2d_new_from_foreign (CoglContext *ctx, G_END_DECLS -#endif /* __COGL_TEXURE_2D_H */ +#endif /* __COGL_TEXTURE_2D_H */