summaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index a5bf6c4..b6821e7 100644
--- a/src/window.c
+++ b/src/window.c
@@ -19,11 +19,12 @@
* along with Marquee. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "window.h"
+
#include <stdlib.h>
#include <gtk/gtk.h>
-#include "window.h"
#include "application.h"
#include "tab.h"