about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-02 20:55:58 +0000
committerJames Booth <boothj5@gmail.com>2013-02-02 20:55:58 +0000
commitfc5bfb7d33dc6e1a6a53c46d414df4f9324f6ad5 (patch)
tree1f4fa04b2101bc021cbd054a2c914ee17f10c9da /src/main.c
parent8cc4b559452f0bb279a1330d0a166c65045e3417 (diff)
downloadprofani-tty-fc5bfb7d33dc6e1a6a53c46d414df4f9324f6ad5.tar.gz
Tidied #include's
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 6ff4d6c0..99f71351 100644
--- a/src/main.c
+++ b/src/main.c
@@ -20,10 +20,10 @@
  *
  */
 
-#include <config.h>
-
 #include <glib.h>
 
+#include "config.h"
+
 #include "profanity.h"
 
 static gboolean disable_tls = FALSE;