From b72d73377a26459c76beb39a83f1055df2883c71 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Fri, 22 Jan 2016 21:21:02 +0100 Subject: [PATCH] app: change the include guards of gegl/gimp-gegl-config.h They can't be the same as in config/gimpgeglconfig.h. --- app/gegl/gimp-gegl-config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/gegl/gimp-gegl-config.h b/app/gegl/gimp-gegl-config.h index 09b44de1e3..5e0681ea71 100644 --- a/app/gegl/gimp-gegl-config.h +++ b/app/gegl/gimp-gegl-config.h @@ -15,8 +15,8 @@ * along with this program. If not, see . */ -#ifndef __GIMP_GEGL_CONFIG_H__ -#define __GIMP_GEGL_CONFIG_H__ +#ifndef __GIMP_GEGL_CONFIG_ARGH_H__ +#define __GIMP_GEGL_CONFIG_ARGH_H__ void gimp_gegl_config_register (const gchar *operation, @@ -31,4 +31,4 @@ void gimp_gegl_config_sync_node (GimpObject *config, GeglNode *node); -#endif /* __GIMP_GEGL_CONFIG_H__ */ +#endif /* __GIMP_GEGL_CONFIG_ARGH_H__ */