summaryrefslogtreecommitdiff
path: root/src/vector.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/vector.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vector.c b/src/vector.c
index fe6a67d..044b085 100644
--- a/src/vector.c
+++ b/src/vector.c
@@ -1,4 +1,4 @@
-/* $Id: vector.c,v 1.1 2002-04-07 21:29:23 rjkaes Exp $
+/* $Id: vector.c,v 1.2 2002-04-09 16:28:13 rjkaes Exp $
*
* A vector implementation. The vector can be of an arbritrary length, and
* the data for each entry is an lump of data (the size is stored in the
@@ -26,7 +26,6 @@
#endif
#include <sys/types.h>
-#include <inttypes.h>
#include <errno.h>
#include <stdlib.h>