diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-18 22:17:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-18 22:17:43 +0800 |
commit | 6dd8576ebb95ff478aa96b165be5a45f902cdccd (patch) | |
tree | 0be687953bfda8fdac820e1e5233156113b2d8ac /shell | |
parent | de528db6c18b7ecee83bb8b52850d935c1244ebf (diff) | |
download | gsoc2013-evolution-6dd8576ebb95ff478aa96b165be5a45f902cdccd.tar.gz gsoc2013-evolution-6dd8576ebb95ff478aa96b165be5a45f902cdccd.tar.zst gsoc2013-evolution-6dd8576ebb95ff478aa96b165be5a45f902cdccd.zip |
Remove an unnecessary libgnomeui include.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c index bd77c21ea7..a8a385025a 100644 --- a/shell/main.c +++ b/shell/main.c @@ -57,7 +57,6 @@ #include <glib/gi18n.h> #include <libgnome/gnome-sound.h> -#include <libgnomeui/gnome-ui-init.h> #include <bonobo/bonobo-exception.h> |