about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-10-31 23:38:08 +0000
committerJames Booth <boothj5@gmail.com>2015-10-31 23:38:08 +0000
commit17488ca3462380cfc3be5ec1d6bac2675a45cc90 (patch)
tree7cda45bb6ff0c1d711846c2bf5dce759da660aca /src/command
parent8a7e2c19f9939fb738a89de23998d59a6a7bc5cf (diff)
downloadprofani-tty-17488ca3462380cfc3be5ec1d6bac2675a45cc90.tar.gz
Added missing config.h includes
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 9e8ebe02..31d063e6 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -32,6 +32,8 @@
  *
  */
 
+#include "config.h"
+
 #include <assert.h>
 #include <errno.h>
 #include <limits.h>
@@ -41,8 +43,6 @@
 
 #include <glib.h>
 
-#include "config.h"
-
 #include "chat_session.h"
 #include "command/command.h"
 #include "command/commands.h"