summaryrefslogtreecommitdiff
path: root/tests/test_varint.c
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-07-15 12:05:43 -0700
committerJoshua Haberman <joshua@reverberate.org>2011-07-15 12:05:43 -0700
commit10265aa56b22ac4f04e7ba08330138e4507534e4 (patch)
treee821c85219a10b4ee3df715ab774465fdf87cf1d /tests/test_varint.c
parent6a1f3a66939308668ab8dce0d195afec16e02af9 (diff)
Directory restructure.
Includes are now via upb/foo.h. Files specific to the protobuf format are now in upb/pb (the core library is concerned with message definitions, handlers, and byte streams, but knows nothing about any particular serializationf format).
Diffstat (limited to 'tests/test_varint.c')
-rw-r--r--tests/test_varint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_varint.c b/tests/test_varint.c
index 9790295..7dce6ab 100644
--- a/tests/test_varint.c
+++ b/tests/test_varint.c
@@ -4,7 +4,7 @@
* Copyright (c) 2011 Google Inc. See LICENSE for details.
*/
-#include "upb_varint.h"
+#include "upb/pb/varint.h"
#include "upb_test.h"
static void test_varint_decoder(upb_decoderet (*decoder)(const char*)) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback