Make the include guards match the filename

This commit is contained in:
Michael Natterer 2009-08-27 12:06:09 +02:00
parent cd70850990
commit 8f7527616a
1 changed files with 3 additions and 3 deletions

View File

@ -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 <glib.h>
@ -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__ */