Fix distcheck

Don't include config.h in headers, it doesn't work.
This commit is contained in:
Matthias Clasen 2010-10-01 20:02:35 -04:00
parent 9595501dbd
commit 0555dd0645
3 changed files with 0 additions and 5 deletions

View File

@ -27,7 +27,6 @@
#ifndef __GDKINTL_H__
#define __GDKINTL_H__
#include "config.h"
#include <glib/gi18n-lib.h>
#ifdef ENABLE_NLS

View File

@ -27,8 +27,6 @@
#ifndef __GDK_DRAWABLE_X11_H__
#define __GDK_DRAWABLE_X11_H__
#include "config.h"
#include <gdk/gdkdrawable.h>
#include <X11/Xlib.h>

View File

@ -40,8 +40,6 @@
#include "gdkinternals.h"
#include "config.h"
typedef struct _GdkCursorPrivate GdkCursorPrivate;
struct _GdkCursorPrivate