From 4a99abba123fc1d2bef62778846a1f27b2012de0 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 6 May 2011 13:18:38 -0700 Subject: Refactor varint encoding/decoding. --- tests/test_varint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_varint.c b/tests/test_varint.c index f0a8993..9790295 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_decoder.h" +#include "upb_varint.h" #include "upb_test.h" static void test_varint_decoder(upb_decoderet (*decoder)(const char*)) { -- cgit v1.2.3