summaryrefslogtreecommitdiff
path: root/upb/pb/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/pb/decoder.h')
-rw-r--r--upb/pb/decoder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/upb/pb/decoder.h b/upb/pb/decoder.h
index 8172a99..7c1877a 100644
--- a/upb/pb/decoder.h
+++ b/upb/pb/decoder.h
@@ -15,7 +15,6 @@
#ifndef UPB_DECODER_H_
#define UPB_DECODER_H_
-#include "upb/env.h"
#include "upb/sink.h"
#ifdef __cplusplus
@@ -99,7 +98,7 @@ class upb::pb::DecoderMethod {
* constructed. This hint may be an overestimate for some build configurations.
* But if the decoder library is upgraded without recompiling the application,
* it may be an underestimate. */
-#define UPB_PB_DECODER_SIZE 4408
+#define UPB_PB_DECODER_SIZE 4416
#ifdef __cplusplus
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback