Move pod_array.h and sparse_{array,set}.h from util/ to re2/.
Change-Id: I1dcfbdd4546891108cf25a3397c0aa5cc1c07192
Reviewed-on: https://code-review.googlesource.com/c/re2/+/46510
Reviewed-by: Paul Wankadia <junyer@google.com>
diff --git a/Makefile b/Makefile
index 3571611..0db70ad 100644
--- a/Makefile
+++ b/Makefile
@@ -83,21 +83,21 @@
util/mix.h\
util/mutex.h\
util/pcre.h\
- util/pod_array.h\
- util/sparse_array.h\
- util/sparse_set.h\
util/strutil.h\
util/test.h\
util/utf.h\
util/util.h\
re2/bitmap256.h\
re2/filtered_re2.h\
+ re2/pod_array.h\
re2/prefilter.h\
re2/prefilter_tree.h\
re2/prog.h\
re2/re2.h\
re2/regexp.h\
re2/set.h\
+ re2/sparse_array.h\
+ re2/sparse_set.h\
re2/stringpiece.h\
re2/testing/exhaustive_tester.h\
re2/testing/regexp_generator.h\