summaryrefslogtreecommitdiffstats
path: root/src/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/about.c')
-rw-r--r--src/about.c5
1 files changed, 3 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
*/
+#include "about.h"
+
#include <string.h>
#include <webkit2/webkit2.h>
-#include "about.h"
-#include "application.h"
#include "about/paths.h"
+#include "application.h"
static GHashTable *
parse_query_string(gchar *str)