summaryrefslogtreecommitdiff
path: root/tests/test_stream.c
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-08-20 00:00:18 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-08-20 00:00:18 -0700
commitd5324d1d5c177287364bac51a9fc82717829d42f (patch)
tree0d783afc9ef5d46511911381b8124313f44ab504 /tests/test_stream.c
parent7935b702c5e66e99b0ad2d0b61bb7a7de44dd2ca (diff)
Some Makefile cleanup.
Diffstat (limited to 'tests/test_stream.c')
-rw-r--r--tests/test_stream.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_stream.c b/tests/test_stream.c
index 8a136fd..4c9880d 100644
--- a/tests/test_stream.c
+++ b/tests/test_stream.c
@@ -1,7 +1,6 @@
#undef NDEBUG /* ensure tests always assert. */
-#include "upb_stream.h"
-#include "upb_string.h"
+#include "upb/handlers.h"
typedef struct {
upb_string *str;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback