diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-11 00:14:53 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:06:58 -0500 |
commit | ea96e5e16f964c71f2ac3fcf5237542e4776221c (patch) | |
tree | f2c524c44208396157bfe0141c9f6a811c9e059d /gdk/gdkkeys.c | |
parent | ff8a334725e95fda2e0c500b55955e1cd311bf98 (diff) | |
download | gtk+-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/gdkkeys.c')
-rw-r--r-- | gdk/gdkkeys.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdk/gdkkeys.c b/gdk/gdkkeys.c index c52a45e241..75ef078ced 100644 --- a/gdk/gdkkeys.c +++ b/gdk/gdkkeys.c @@ -26,9 +26,7 @@ #include "config.h" -#include "gdkinternals.h" -#include "gdkkeys.h" - +#include "gdkkeysprivate.h" #include "gdkdisplay.h" |