summaryrefslogtreecommitdiff
path: root/gtk/history.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-12 20:26:53 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-12 20:26:53 +0100
commitde09dc8efdfdb4ce27c85733cfec139a52d70776 (patch)
tree0f4b6e096613c575cbf83159297580f9fdc6e9f6 /gtk/history.c
parentd513d6261a83c6bde07be1ae8e30ea303c780d47 (diff)
downloadnetsurf-de09dc8efdfdb4ce27c85733cfec139a52d70776.tar.gz
netsurf-de09dc8efdfdb4ce27c85733cfec139a52d70776.tar.bz2
clean up gtk gui header usage and includes
Diffstat (limited to 'gtk/history.c')
-rw-r--r--gtk/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/history.c b/gtk/history.c
index e24794b66..9a507ef1f 100644
--- a/gtk/history.c
+++ b/gtk/history.c
@@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <gtk/gtk.h>
#include "utils/log.h"
#include "utils/utils.h"
@@ -25,7 +26,6 @@
#include "desktop/tree.h"
#include "desktop/textinput.h"
-#include "gtk/gui.h"
#include "gtk/history.h"
#include "gtk/plotters.h"
#include "gtk/scaffolding.h"