From ff321bb10e8eacdef7508cd9b7caf57739b18658 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 13 Oct 2017 15:29:45 -0400 Subject: src/*.c: Reorganize #include directives --- (limited to 'src/back-forward-button-box.c') diff --git a/src/back-forward-button-box.c b/src/back-forward-button-box.c index d95bf41..656c4b6 100644 --- a/src/back-forward-button-box.c +++ b/src/back-forward-button-box.c @@ -19,11 +19,12 @@ * along with Marquee. If not, see . */ +#include "back-forward-button-box.h" + #include #include #include -#include "back-forward-button-box.h" #include "web-view.h" struct _MqBackForwardButtonBox { -- cgit v0.9.1