summaryrefslogtreecommitdiff
path: root/benchmarks/parsestream.upb_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/parsestream.upb_table.c')
-rw-r--r--benchmarks/parsestream.upb_table.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/parsestream.upb_table.c b/benchmarks/parsestream.upb_table.c
index a321010..a4022b1 100644
--- a/benchmarks/parsestream.upb_table.c
+++ b/benchmarks/parsestream.upb_table.c
@@ -2,10 +2,10 @@
#include "main.c"
#include <stdlib.h>
-#include "upb_def.h"
-#include "upb_decoder.h"
-#include "upb_strstream.h"
-#include "upb_glue.h"
+#include "upb/bytestream.h"
+#include "upb/def.h"
+#include "upb/pb/decoder.h"
+#include "upb/pb/glue.h"
static char *input_str;
static size_t input_len;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback