[gimp] app: changed include guards to not clash with libgimpcolor/gimppixbuf.h



commit 076b5fa93abcd509373d5a2e35b4ca056cc72814
Author: Michael Natterer <mitch gimp org>
Date:   Tue May 22 02:17:11 2012 +0200

    app: changed include guards to not clash with libgimpcolor/gimppixbuf.h

 app/widgets/gimppixbuf.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/widgets/gimppixbuf.h b/app/widgets/gimppixbuf.h
index 5e471ab..2c31817 100644
--- a/app/widgets/gimppixbuf.h
+++ b/app/widgets/gimppixbuf.h
@@ -18,8 +18,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef __GIMP_PIXBUF_H__
-#define __GIMP_PIXBUF_H__
+#ifndef __APP_GIMP_PIXBUF_H__
+#define __APP_GIMP_PIXBUF_H__
 
 
 GSList * gimp_pixbuf_get_formats (void);
@@ -30,4 +30,4 @@ void     gimp_pixbuf_targets_add    (GtkTargetList *target_list,
 void     gimp_pixbuf_targets_remove (GtkTargetList *target_list);
 
 
-#endif /* __GIMP_PIXBUF_H__ */
+#endif /* __APP_GIMP_PIXBUF_H__ */



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