diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-28 23:12:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-28 23:12:08 +0800 |
commit | de752b010fb47177e91b0fdaba86b8bed0953a23 (patch) | |
tree | 58ba1f9e6936e38c122312fb30654769fdcc168c /e-util | |
parent | 394e580dfdb04342c2e457ced400908e4dd5c88e (diff) | |
download | gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.gz gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.tar.zst gsoc2013-evolution-de752b010fb47177e91b0fdaba86b8bed0953a23.zip |
Including <glib-object.h> directly is rarely needed.
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-extension.h | 1 | ||||
-rw-r--r-- | e-util/e-sorter-array.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/e-util/e-extension.h b/e-util/e-extension.h index e9eee64a62..bce2980e0e 100644 --- a/e-util/e-extension.h +++ b/e-util/e-extension.h @@ -19,7 +19,6 @@ #ifndef E_EXTENSION_H #define E_EXTENSION_H -#include <glib-object.h> #include <e-util/e-extensible.h> /* Standard GObject macros */ diff --git a/e-util/e-sorter-array.h b/e-util/e-sorter-array.h index 4e69359e86..5fb9c31f6b 100644 --- a/e-util/e-sorter-array.h +++ b/e-util/e-sorter-array.h @@ -23,7 +23,6 @@ #ifndef _E_SORTER_ARRAY_H_ #define _E_SORTER_ARRAY_H_ -#include <glib-object.h> #include <e-util/e-sorter.h> G_BEGIN_DECLS |