diff options
Diffstat (limited to 'lib/ephy-state.c')
-rw-r--r-- | lib/ephy-state.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/ephy-state.c b/lib/ephy-state.c index 2f0b2f8e5..ba9eee4b3 100644 --- a/lib/ephy-state.c +++ b/lib/ephy-state.c @@ -30,10 +30,7 @@ #include "ephy-node-common.h" #include <string.h> -#include <gtk/gtkwindow.h> -#include <gtk/gtkpaned.h> -#include <gtk/gtkexpander.h> -#include <gtk/gtktogglebutton.h> +#include <gtk/gtk.h> #define EPHY_STATES_XML_FILE "states.xml" #define EPHY_STATES_XML_ROOT (const xmlChar *)"ephy_states" |