about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-02 22:33:05 +0000
committerJames Booth <boothj5@gmail.com>2013-02-02 22:33:05 +0000
commit3d0e0d7ea4f275f6881fc3cbb15f0d5b7e63a888 (patch)
tree20509693412d7f58e970844740e63f37218811b9 /src/config
parent7398d565d7aa764a69274f5163c394966b7fcc3e (diff)
downloadprofani-tty-3d0e0d7ea4f275f6881fc3cbb15f0d5b7e63a888.tar.gz
Removed files.c
Diffstat (limited to 'src/config')
-rw-r--r--src/config/accounts.c1
-rw-r--r--src/config/preferences.c1
-rw-r--r--src/config/theme.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/config/accounts.c b/src/config/accounts.c
index c494564d..b94f27c2 100644
--- a/src/config/accounts.c
+++ b/src/config/accounts.c
@@ -28,7 +28,6 @@
 #include "accounts.h"
 
 #include "common.h"
-#include "files.h"
 #include "jid.h"
 #include "log.h"
 #include "tools/autocomplete.h"
diff --git a/src/config/preferences.c b/src/config/preferences.c
index f942bb48..0a807a48 100644
--- a/src/config/preferences.c
+++ b/src/config/preferences.c
@@ -33,7 +33,6 @@
 #endif
 
 #include "common.h"
-#include "files.h"
 #include "log.h"
 #include "preferences.h"
 #include "tools/autocomplete.h"
diff --git a/src/config/theme.c b/src/config/theme.c
index 0f18d4c6..5ca19969 100644
--- a/src/config/theme.c
+++ b/src/config/theme.c
@@ -33,7 +33,6 @@
 #endif
 
 #include "common.h"
-#include "files.h"
 #include "log.h"
 #include "theme.h"