diff options
Diffstat (limited to 'src/ephy-window.h')
-rw-r--r-- | src/ephy-window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.h b/src/ephy-window.h index 985029d21..4370c8081 100644 --- a/src/ephy-window.h +++ b/src/ephy-window.h @@ -22,6 +22,7 @@ #define EPHY_WINDOW_H #include "ephy-embed.h" +#include "ephy-tab.h" #include "ephy-dialog.h" #include <glib-object.h> @@ -57,7 +58,6 @@ struct EphyWindowClass }; /* Include the header down here to resolve circular dependency */ -#include "ephy-tab.h" #include "ephy-notebook.h" GType ephy_window_get_type (void); |