[gimp] app: adapt include guards of gimp-version.h to new filename



commit 31d55bc6057d9a6b85d3566fc83541c75cfdcb23
Author: Michael Natterer <mitch gimp org>
Date:   Mon Jan 29 10:50:24 2018 +0100

    app: adapt include guards of gimp-version.h to new filename

 app/gimp-version.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/gimp-version.h b/app/gimp-version.h
index 0b52fdb..7efbb65 100644
--- a/app/gimp-version.h
+++ b/app/gimp-version.h
@@ -15,8 +15,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#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__ */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]