summaryrefslogtreecommitdiff
path: root/delta.c
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2001-03-04 14:23:28 +0000
committerMartin Pool <mbp@sourcefrog.net>2001-03-04 14:23:28 +0000
commit095905c17457a7e16f1087608463619f46671c8c (patch)
treef7aba1422fae713bb1efee22d963e8b8cff4be3a /delta.c
parent98fd3f03040269780fde8f85b080e1fe9259082f (diff)
downloadlibrsync-095905c17457a7e16f1087608463619f46671c8c.tar.gz
Drop more unnecessary header dependencies.
Diffstat (limited to 'delta.c')
-rw-r--r--delta.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/delta.c b/delta.c
index c8b81c5..b0d1edd 100644
--- a/delta.c
+++ b/delta.c
@@ -37,10 +37,6 @@
#include <config.h>
#include <assert.h>
-
-#include <sys/types.h>
-#include <limits.h>
-#include <inttypes.h>
#include <stdlib.h>
#include <stdio.h>