From 85687e733b1ac56f9c943bcd401c1a3ae6580b29 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 13 Oct 2017 15:40:30 -0400 Subject: src/*.h: Standardize, reorder, and fix #include directives --- (limited to 'src/tab.h') diff --git a/src/tab.h b/src/tab.h index 3f9e81b..6abdc43 100644 --- a/src/tab.h +++ b/src/tab.h @@ -24,11 +24,12 @@ typedef struct MqTab MqTab; #ifndef MQ_TAB_H #define MQ_TAB_H +#include #include +#include #include "application.h" #include "window.h" -#include "web-view.h" struct MqTab { MqTab *root; -- cgit v0.9.1