diff options
author | Benjamin Otte <otte@redhat.com> | 2010-09-28 18:24:55 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-09-28 18:24:55 +0200 |
commit | 69240d98240001c12345dc213cc3c48cf799435b (patch) | |
tree | a58f27a52d23e7fdefeb1b3fe4655e4f3e8d143f /gtk | |
parent | 6c7daaf8b9b1aa425d02f890b4708c8a63b79a8c (diff) | |
download | gtk+-69240d98240001c12345dc213cc3c48cf799435b.tar.gz |
offscreenwindow: Fix includes
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkoffscreenwindow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkoffscreenwindow.c b/gtk/gtkoffscreenwindow.c index 2ff6a54368..69356fd151 100644 --- a/gtk/gtkoffscreenwindow.c +++ b/gtk/gtkoffscreenwindow.c @@ -22,7 +22,7 @@ #include "gtkoffscreenwindow.h" -#include "gtksizerequest.h" +#include "gtkprivate.h" /** * SECTION:gtkoffscreenwindow |