summaryrefslogtreecommitdiffstats
path: root/src/web-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/web-view.c')
-rw-r--r--src/web-view.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/web-view.c b/src/web-view.c
index 9d63894..ca8e98d 100644
--- a/src/web-view.c
+++ b/src/web-view.c
@@ -19,6 +19,8 @@
* along with Marquee. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "web-view.h"
+
#include <stdlib.h>
#include <string.h>
@@ -26,9 +28,8 @@
#include <gtk/gtk.h>
#include <webkit2/webkit2.h>
-#include "web-view.h"
-#include "tab.h"
#include "config.h"
+#include "tab.h"
struct _MqWebView {
WebKitWebView parent_instance;