about summary refs log tree commit diff stats
path: root/src/config/theme.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 15:43:51 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 15:43:51 +0100
commit0a57c4de78f8a3cd4efb631a79b000b42f16fc15 (patch)
tree39b0597b73f42f018b0006a1816cd76f56213e64 /src/config/theme.c
parent5bc38b6bc2bdf135d7f483c204ce75a51a7126b5 (diff)
downloadprofani-tty-0a57c4de78f8a3cd4efb631a79b000b42f16fc15.tar.gz
Tidy headers
Diffstat (limited to 'src/config/theme.c')
-rw-r--r--src/config/theme.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/theme.c b/src/config/theme.c
index 6c47b9f0..0ba9c786 100644
--- a/src/config/theme.c
+++ b/src/config/theme.c
@@ -38,6 +38,7 @@
 #include <string.h>
 
 #include <glib.h>
+
 #ifdef HAVE_NCURSESW_NCURSES_H
 #include <ncursesw/ncurses.h>
 #elif HAVE_NCURSES_H