commit ee5ae6647276d80f78cfa2d2110f11695c39bb3d
parent db64c049e9f97322b457aca518b1899ce5444dcf
Author: nsz <nszabolcs@gmail.com>
Date: Sun, 7 Jun 2009 20:33:45 +0200
-unnecessary includes
Diffstat:
2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/inflate.c b/inflate.c
@@ -1,5 +1,4 @@
#include <stdlib.h>
-#include <stdio.h>
#include <string.h>
typedef unsigned char uchar;
diff --git a/inflate_callback.c b/inflate_callback.c
@@ -1,6 +1,4 @@
-#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
typedef unsigned char uchar;
typedef unsigned short ushort;