summaryrefslogtreecommitdiff
path: root/gdk/gdkcursor.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-11-17 00:34:04 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-11-17 00:34:04 -0500
commitfc0f7dc2170c9f9a4e213c82ae8eab5841da44d2 (patch)
tree509cf37e3347d72cd143f1e167c3e1a8ffd2e45c /gdk/gdkcursor.c
parentcc97c7188398a96003c74419d7bd9f26c3937d35 (diff)
downloadgtk+-fc0f7dc2170c9f9a4e213c82ae8eab5841da44d2.tar.gz
Remove gdkprivate.h
This is one-too-many private headers. Move the few declarations here to gdkinternals.h.
Diffstat (limited to 'gdk/gdkcursor.c')
-rw-r--r--gdk/gdkcursor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c
index 63faa0e24c..6b50345c25 100644
--- a/gdk/gdkcursor.c
+++ b/gdk/gdkcursor.c
@@ -29,6 +29,7 @@
#include "gdkcursor.h"
#include "gdkcursorprivate.h"
+#include "gdktexture.h"
#include "gdkintl.h"
#include "gdkinternals.h"