From 8fc032f2f64f4b7eb022adb0b1255a5a68df109f Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 22 Oct 2017 19:09:22 -0400 Subject: Merge branch 'gobjectification' --- (limited to 'src/about.c') diff --git a/src/about.c b/src/about.c index 39e6a7a..63cfaaa 100644 --- a/src/about.c +++ b/src/about.c @@ -19,13 +19,14 @@ * along with Marquee. If not, see . */ +#include "about.h" + #include #include -#include "about.h" -#include "application.h" #include "about/paths.h" +#include "application.h" static GHashTable * parse_query_string(gchar *str) -- cgit v0.9.1