commit | 4f098fd54c25912f75a167f04985fbc7afd4ba85 | [log] [tgz] |
---|---|---|
author | Eric Salo <salo@google.com> | Wed Nov 23 17:59:55 2022 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Nov 23 18:00:27 2022 -0800 |
tree | 1ee2743179009cade535e42c5ed7d75de89be96d | |
parent | 9c6223c0581acdd0dd9a97575c24e73ad3355a8e [diff] [blame] |
move the extension registry down into mini_table/ Now that :minitable depends on :hash, we may as well put the extreg there also. PiperOrigin-RevId: 490620348
diff --git a/upb/fuzz_test_util.h b/upb/fuzz_test_util.h index 10728fd..4e1e968 100644 --- a/upb/fuzz_test_util.h +++ b/upb/fuzz_test_util.h
@@ -31,7 +31,7 @@ #include <string> #include <vector> -#include "upb/extension_registry.h" +#include "upb/mini_table/extension_registry.h" #include "upb/mini_table/types.h" namespace upb {