mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
Revert "Don't forget to include <glib-object.h>"
This reverts commit 9fce4757ce
.
This commit is contained in:
parent
4bc328af8e
commit
febc5cc6e6
2 changed files with 1 additions and 2 deletions
|
@ -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 */
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue