From 31d55bc6057d9a6b85d3566fc83541c75cfdcb23 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 29 Jan 2018 10:50:24 +0100 Subject: [PATCH] app: adapt include guards of gimp-version.h to new filename --- app/gimp-version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/gimp-version.h b/app/gimp-version.h index 0b52fdbe06..7efbb659b4 100644 --- a/app/gimp-version.h +++ b/app/gimp-version.h @@ -15,8 +15,8 @@ * along with this program. If not, see . */ -#ifndef __VERSION_H__ -#define __VERSION_H__ +#ifndef __APP_GIMP_VERSION_H__ +#define __APP_GIMP_VERSION_H__ void gimp_version_show (gboolean be_verbose); @@ -24,4 +24,4 @@ gchar * gimp_version (gboolean be_verbose, gboolean localized); -#endif /* __VERSION_H__ */ +#endif /* __APP_GIMP_VERSION_H__ */