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

This commit is contained in:
Michael Natterer 2012-05-22 02:17:11 +02:00
parent f86e1e5c69
commit 076b5fa93a
1 changed files with 3 additions and 3 deletions

View File

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