summaryrefslogtreecommitdiffstats
path: root/src/html.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-13 15:29:45 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-13 15:29:45 (EDT)
commitff321bb10e8eacdef7508cd9b7caf57739b18658 (patch)
tree0d04b8e8f1386286812c8da00c52d761e67623bf /src/html.c
parent48c592fa38d2d4e13e201cbb68eeb4c0781326f2 (diff)
downloadmarquee-ff321bb10e8eacdef7508cd9b7caf57739b18658.zip
marquee-ff321bb10e8eacdef7508cd9b7caf57739b18658.tar.gz
marquee-ff321bb10e8eacdef7508cd9b7caf57739b18658.tar.bz2
src/*.c: Reorganize #include directives
Diffstat (limited to 'src/html.c')
-rw-r--r--src/html.c4
1 files changed, 2 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
*/
+#include "html.h"
+
#include <stdarg.h>
#include <string.h>
#include <glib.h>
#include <gtk/gtk.h>
-#include "html.h"
-
static const gchar *styles =
/*
* General styles