mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +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__
|
#ifndef __GIMP_BASE_ENUMS_H__
|
||||||
#define __GIMP_BASE_ENUMS_H__
|
#define __GIMP_BASE_ENUMS_H__
|
||||||
|
|
||||||
#include <glib-object.h>
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION: gimpbaseenums
|
* SECTION: gimpbaseenums
|
||||||
|
@ -29,6 +28,7 @@
|
||||||
* Basic GIMP enumeration data types.
|
* Basic GIMP enumeration data types.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/* For information look into the C source or the html documentation */
|
/* For information look into the C source or the html documentation */
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
#ifndef __GIMP_BASE_TYPES_H__
|
#ifndef __GIMP_BASE_TYPES_H__
|
||||||
#define __GIMP_BASE_TYPES_H__
|
#define __GIMP_BASE_TYPES_H__
|
||||||
|
|
||||||
#include <glib-object.h>
|
|
||||||
|
|
||||||
#include <libgimpcolor/gimpcolortypes.h>
|
#include <libgimpcolor/gimpcolortypes.h>
|
||||||
#include <libgimpmath/gimpmathtypes.h>
|
#include <libgimpmath/gimpmathtypes.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue