diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/widgets/ephy-spinner.c | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2003-12-03 Christian Persch <chpe@cvs.gnome.org> + * lib/widgets/ephy-spinner.c: + + Remove unused includes. + +2003-12-03 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/Makefile.am: Epiphany is now 100% fat-free.... err... free of diff --git a/lib/widgets/ephy-spinner.c b/lib/widgets/ephy-spinner.c index 0443eb0de..0aae90bf5 100644 --- a/lib/widgets/ephy-spinner.c +++ b/lib/widgets/ephy-spinner.c @@ -31,8 +31,6 @@ #endif #include "ephy-spinner.h" -#include "ephy-string.h" -#include "ephy-file-helpers.h" #include <gdk-pixbuf/gdk-pixbuf.h> #include <gtk/gtkicontheme.h> |