summaryrefslogtreecommitdiff
path: root/gdk/gdkscreen.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-11 00:14:53 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-21 12:06:58 -0500
commitea96e5e16f964c71f2ac3fcf5237542e4776221c (patch)
treef2c524c44208396157bfe0141c9f6a811c9e059d /gdk/gdkscreen.c
parentff8a334725e95fda2e0c500b55955e1cd311bf98 (diff)
downloadgtk+-ea96e5e16f964c71f2ac3fcf5237542e4776221c.tar.gz
Explode gdkinternals.h into per-class private headers
At the same time, move some more class and instance structs out of public headers.
Diffstat (limited to 'gdk/gdkscreen.c')
-rw-r--r--gdk/gdkscreen.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdk/gdkscreen.c b/gdk/gdkscreen.c
index df316a6f44..7658bfab9c 100644
--- a/gdk/gdkscreen.c
+++ b/gdk/gdkscreen.c
@@ -23,9 +23,7 @@
#include "config.h"
-#include "gdkscreen.h"
-#include "gdkinternals.h"
-
+#include "gdkscreenprivate.h"
#include "gdkrectangle.h"
#include "gdkwindow.h"
#include "gdkintl.h"