00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00018
00019 #ifndef NET_INSTAWEB_UTIL_PUBLIC_RE2_H_
00020 #define NET_INSTAWEB_UTIL_PUBLIC_RE2_H_
00021
00022 #include "third_party/re2/src/re2/re2.h"
00023 using re2::RE2;
00024
00025 #endif ///< NET_INSTAWEB_UTIL_PUBLIC_RE2_H_