mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
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:
parent
a6b407cf4a
commit
b3e8504111
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user