From 5c12e17b6ee2621f890c907611ca150837c76500 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 04 Nov 2017 14:19:04 -0400 Subject: src/schemes/about/*.c: #include "paths.h" before library headers --- (limited to 'src/schemes/about/version.c') diff --git a/src/schemes/about/version.c b/src/schemes/about/version.c index fee367f..5d69cd1 100644 --- a/src/schemes/about/version.c +++ b/src/schemes/about/version.c @@ -23,13 +23,14 @@ #include #endif +#include "paths.h" + #include #include #include "../../application.h" #include "../../utils/html.h" #include "../about.h" -#include "paths.h" extern const char *PACKAGE_VERSION_GIT; -- cgit v0.9.1