remove unnecessary include
authorMatthias Braun <matze@braunis.de>
Thu, 17 May 2012 16:53:48 +0000 (18:53 +0200)
committerMatthias Braun <matthias.braun@kit.edu>
Fri, 15 Jun 2012 20:02:38 +0000 (22:02 +0200)
because fluffy is reusing the code and doesn't have the header.

input.c

diff --git a/input.c b/input.c
index f65cddf..8c5d892 100644 (file)
--- a/input.c
+++ b/input.c
@@ -4,7 +4,6 @@
 
 #include <ctype.h>
 #include "lexer.h"
-#include "diagnostic.h"
 
 typedef size_t (*decode_func)(input_t *input, utf32 *buffer, size_t buffer_size);