From 8f7527616aa1e920c2c658c907e5d58df28f75c8 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Thu, 27 Aug 2009 12:06:09 +0200 Subject: [PATCH] Make the include guards match the filename --- app/core/gimpimage-convert-data.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/core/gimpimage-convert-data.h b/app/core/gimpimage-convert-data.h index 5576bb56da..71643917a5 100644 --- a/app/core/gimpimage-convert-data.h +++ b/app/core/gimpimage-convert-data.h @@ -18,8 +18,8 @@ /* Misc data definitions used by the convert.c code module. Moved out here simply to unclutter convert.c, mostly. */ -#ifndef __CONVERT_DATA_H__ -#define __CONVERT_DATA_H__ +#ifndef __GIMP_IMAGE_CONVERT_DATA_H__ +#define __GIMP_IMAGE_CONVERT_DATA_H__ #include @@ -140,4 +140,4 @@ static const guchar DM_ORIGINAL[32][32] = { {170,106,154, 90,166,102,150, 86,169,105,153, 89,165,101,149, 85,170,106,154, 90,166,102,150, 86,169,105,153, 89,165,101,149, 85} }; -#endif /* __CONVERT_DATA_H__ */ +#endif /* __GIMP_IMAGE_CONVERT_DATA_H__ */