summaryrefslogtreecommitdiff
path: root/upb/generated_util.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-03-27 12:52:33 -0700
committerGitHub <noreply@github.com>2019-03-27 12:52:33 -0700
commit928ef7f2c02f18d9945dd750884dffbdebef1b98 (patch)
treed3b71619bfa0b8a91854045c01ce8b5cd15ae403 /upb/generated_util.h
parent00f96cb9475228ecacd9be1660f4f8d9d7b24038 (diff)
Removed reflection and other extraneous things from the core library. (#158)
* Removed reflection and other extraneous things from the core library. * Added missing files and ran buildifier. * New CMakeLists.txt. * Made table its own cc_library() for internal usage.
Diffstat (limited to 'upb/generated_util.h')
-rw-r--r--upb/generated_util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/upb/generated_util.h b/upb/generated_util.h
index 657280f..0d5e6ba 100644
--- a/upb/generated_util.h
+++ b/upb/generated_util.h
@@ -8,7 +8,6 @@
#include <stdint.h>
#include "upb/msg.h"
-#include "upb/structs.int.h"
#define PTR_AT(msg, ofs, type) (type*)((const char*)msg + ofs)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback