Revert "Don't forget to include <glib-object.h>"

This reverts commit 9fce4757ce.
This commit is contained in:
Niels De Graef 2020-05-21 22:39:10 +02:00
parent 4bc328af8e
commit febc5cc6e6
2 changed files with 1 additions and 2 deletions

View file

@ -19,7 +19,6 @@
#ifndef __GIMP_BASE_ENUMS_H__
#define __GIMP_BASE_ENUMS_H__
#include <glib-object.h>
/**
* SECTION: gimpbaseenums
@ -29,6 +28,7 @@
* Basic GIMP enumeration data types.
**/
G_BEGIN_DECLS
/* For information look into the C source or the html documentation */

View file

@ -19,7 +19,6 @@
#ifndef __GIMP_BASE_TYPES_H__
#define __GIMP_BASE_TYPES_H__
#include <glib-object.h>
#include <libgimpcolor/gimpcolortypes.h>
#include <libgimpmath/gimpmathtypes.h>