diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-06-04 06:18:03 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-06-04 06:24:05 -0400 |
commit | 872fbfacd3315f4e28849b8852bc5678f63a791e (patch) | |
tree | e4a31499be74a2ab03f34b168aaaeb608274b43a /gtk/gtkprintoperation.c | |
parent | d467850af069cdbc7f0659399deed609c373b31b (diff) | |
download | gtk+-872fbfacd3315f4e28849b8852bc5678f63a791e.tar.gz |
Split GtkWindowGroup into its own file
gtkwindow.c is too big and too messy. This is a small step
towards making it better.
Diffstat (limited to 'gtk/gtkprintoperation.c')
-rw-r--r-- | gtk/gtkprintoperation.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c index a7aa2d7802..e2a8e5ef22 100644 --- a/gtk/gtkprintoperation.c +++ b/gtk/gtkprintoperation.c @@ -30,6 +30,7 @@ #include "gtkintl.h" #include "gtkprivate.h" #include "gtkmessagedialog.h" +#include "gtkwindowgroup.h" #include "gtktypebuiltins.h" /** |