From 46a62deb2b79161dda2e3cdb674c13bc2f5f20f4 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 26 Oct 2017 22:30:34 -0400 Subject: src/about/version.c: Sort includes --- diff --git a/src/about/version.c b/src/about/version.c index c2600b8..411ea7e 100644 --- a/src/about/version.c +++ b/src/about/version.c @@ -26,11 +26,11 @@ #include #include -#include "paths.h" -#include "../application.h" #include "../about.h" -#include "../html.h" +#include "../application.h" #include "../gpl-3-0.h" +#include "../html.h" +#include "paths.h" extern const char *PACKAGE_VERSION_GIT; -- cgit v0.9.1