Updated re2 header

This commit is contained in:
Matt Hill
2015-07-21 18:28:58 -04:00
parent acf4359a66
commit b8456987d0
8 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
// The Compiler class defined in this file is private.
#include "re2/prog.h"
#include "re2/re2.h"
#include "re2.h"
#include "re2/regexp.h"
#include "re2/walker-inl.h"

View File

@@ -22,7 +22,7 @@
#define RE2_FILTERED_RE2_H_
#include <vector>
#include "re2/re2.h"
#include "re2.h"
namespace re2 {
using std::vector;

View File

@@ -4,7 +4,7 @@
#include "util/util.h"
#include "re2/prefilter.h"
#include "re2/re2.h"
#include "re2.h"
#include "re2/unicode_casefold.h"
#include "re2/walker-inl.h"

View File

@@ -6,7 +6,7 @@
#include "util/flags.h"
#include "re2/prefilter.h"
#include "re2/prefilter_tree.h"
#include "re2/re2.h"
#include "re2.h"
DEFINE_int32(filtered_re2_min_atom_len,
3,

View File

@@ -11,7 +11,7 @@
#include "re2/util/util.h"
#include "re2/util/sparse_array.h"
#include "re2/re2.h"
#include "re2.h"
namespace re2 {

View File

@@ -7,7 +7,7 @@
// Originally the PCRE C++ wrapper, but adapted to use
// the new automata-based regular expression engines.
#include "re2/re2.h"
#include "re2.h"
#include <stdio.h>
#include <string>

View File

@@ -7,7 +7,7 @@
#include "util/util.h"
#include "re2/stringpiece.h"
#include "re2/prog.h"
#include "re2/re2.h"
#include "re2.h"
#include "re2/regexp.h"
using namespace re2;

View File

@@ -8,7 +8,7 @@
#include <utility>
#include <vector>
#include "re2/re2.h"
#include "re2.h"
namespace re2 {
using std::vector;