about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-08-26 01:50:50 +0100
committerJames Booth <boothj5@gmail.com>2012-08-26 01:50:50 +0100
commitfe519410b1b3a176807f34c490b645c29f13d525 (patch)
tree86b54d8bf41cdf3a91aa18686dd70af0011e3aee /src/main.c
parent2bbac1c811ba017512349ff8170aa877b853b2a4 (diff)
downloadprofani-tty-fe519410b1b3a176807f34c490b645c29f13d525.tar.gz
Tidied all includes
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 8c696fdc..7d4887ae 100644
--- a/src/main.c
+++ b/src/main.c
@@ -19,10 +19,8 @@
  * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
-#include <config.h>
 
-#include <stdio.h>
-#include <string.h>
+#include <config.h>
 
 #include <glib.h>