x11: Don't include gdkprivate.h in gdkx.h

It's private, mkay?
And include it directly where we need it anyway.
This commit is contained in:
Benjamin Otte 2010-11-30 22:55:44 +01:00
parent a6b407cf4a
commit b3e8504111
2 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,8 @@
#ifndef __GDK_X_H__
#define __GDK_X_H__
#include <gdk/gdkprivate.h>
#include <gdk/gdk.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>

View File

@ -39,7 +39,8 @@
#include "gtkdnd.h"
#include "gtkdebug.h"
#include "x11/gdkx.h"
#include "gdk/x11/gdkx.h"
#include "gdk/gdkprivate.h"
#ifdef HAVE_XFIXES
#include <X11/extensions/Xfixes.h>