diff options
Diffstat (limited to 'gdk/gdkimage.c')
-rw-r--r-- | gdk/gdkimage.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdk/gdkimage.c b/gdk/gdkimage.c index 1ef49c996d..3cc2cb48e9 100644 --- a/gdk/gdkimage.c +++ b/gdk/gdkimage.c @@ -32,7 +32,6 @@ #include "gdkimage.h" #include "gdkprivate.h" #include "gdkinternals.h" /* For scratch_image code */ -#include "gdkalias.h" /** * gdk_image_set_colormap: @@ -565,6 +564,3 @@ gdk_image_new (GdkImageType type, return _gdk_image_new_for_depth (gdk_visual_get_screen (visual), type, visual, width, height, -1); } - -#define __GDK_IMAGE_C__ -#include "gdkaliasdef.c" |