diff options
| author | Stefano Karapetsas <[email protected]> | 2012-12-05 11:44:36 +0100 | 
|---|---|---|
| committer | Stefano Karapetsas <[email protected]> | 2012-12-05 11:44:36 +0100 | 
| commit | 91a9ca62b70ded9ef6c624b1d7ca8333957ed9db (patch) | |
| tree | a89ba0f36a0a2b86c1b3137845ecd66ac2ad0dc3 | |
| parent | 94d150c63c208634fba162081a5f58c7398f1ad0 (diff) | |
| download | mate-indicator-applet-91a9ca62b70ded9ef6c624b1d7ca8333957ed9db.tar.bz2 mate-indicator-applet-91a9ca62b70ded9ef6c624b1d7ca8333957ed9db.tar.xz | |
only glib.h can be included directly
| -rw-r--r-- | src/tomboykeybinder.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/tomboykeybinder.h b/src/tomboykeybinder.h index 97c1887..ea70ef4 100644 --- a/src/tomboykeybinder.h +++ b/src/tomboykeybinder.h @@ -18,7 +18,7 @@  #ifndef __TOMBOY_KEY_BINDER_H__  #define __TOMBOY_KEY_BINDER_H__ -#include <glib/gtypes.h> +#include <glib.h>  G_BEGIN_DECLS | 
