summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-21 01:42:34 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-21 01:42:34 -0700
commitb2a39e50d829a288243dc590997910a1a87f626e (patch)
tree3b5fb220e31dbcb940eee2916d276f8018b26f63 /src
parent6fe860171378a32da84b8e5bc2502c522bd9d9c7 (diff)
Remove extraneous string include.
Diffstat (limited to 'src')
-rw-r--r--src/upb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/upb.h b/src/upb.h
index a05528b..113e6e8 100644
--- a/src/upb.h
+++ b/src/upb.h
@@ -12,7 +12,6 @@
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h> /* for size_t. */
-#include <string.h>
#ifdef __cplusplus
extern "C" {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback