diff options
author | José Alburquerque <jaalburqu@svn.gnome.org> | 2011-10-24 13:26:17 -0400 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2011-10-25 11:01:30 +0200 |
commit | 57942f6c2b1e15b7676d2fb24da71475be73a45f (patch) | |
tree | 8f64df63f219cd6fd4e855aa5112199d7d90a07d /gio/src/simpleaction.ccg | |
parent | c27085033cefd302300bb1e330637a17293f26bf (diff) | |
download | glibmm-57942f6c2b1e15b7676d2fb24da71475be73a45f.tar.gz |
gmmproc: Don't include <glibmm.h> by default in generated files.
* tools/m4/base.m4: Include <glibmm/ustring.h> and <sigc++/sigc++.h>
by default in header files of generated files in modules other than
glibmm. This should make compilation faster for those modules.
* gio/src/*.{h,cc}g:
* gio/giomm/slot_async.cc: Adjust includes according to the above
change.
Bug #662597
Diffstat (limited to 'gio/src/simpleaction.ccg')
-rw-r--r-- | gio/src/simpleaction.ccg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/src/simpleaction.ccg b/gio/src/simpleaction.ccg index eaf0b625..f1623f61 100644 --- a/gio/src/simpleaction.ccg +++ b/gio/src/simpleaction.ccg @@ -16,6 +16,8 @@ */ #include <gio/gio.h> +#include <glibmm/exceptionhandler.h> +#include <glibmm/variant.h> namespace Gio { |