From ff321bb10e8eacdef7508cd9b7caf57739b18658 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 13 Oct 2017 15:29:45 -0400 Subject: src/*.c: Reorganize #include directives --- (limited to 'src/html.c') diff --git a/src/html.c b/src/html.c index e8f8e4c..9417db9 100644 --- a/src/html.c +++ b/src/html.c @@ -19,14 +19,14 @@ * along with Marquee. If not, see . */ +#include "html.h" + #include #include #include #include -#include "html.h" - static const gchar *styles = /* * General styles -- cgit v0.9.1