the regex.hpp include is implied by common.h

This commit is contained in:
Steve Lhomme 2010-03-13 15:39:08 +01:00 committed by Moritz Bunkus
parent 3395bb9900
commit 8eab8b20a7
7 changed files with 0 additions and 8 deletions

View File

@ -13,7 +13,6 @@
#include "common/common.h"
#include <boost/regex.hpp>
#include <stdlib.h>
#include <string>
#ifdef SYS_WINDOWS

View File

@ -14,7 +14,6 @@
#include "common/common.h"
#include <algorithm>
#include <boost/regex.hpp>
#if HAVE_NL_LANGINFO
# include <langinfo.h>
#elif HAVE_LOCALE_CHARSET

View File

@ -15,7 +15,6 @@
#include <algorithm>
#include <boost/bind.hpp>
#include <boost/regex.hpp>
#include <stdexcept>
#include <string>
#include <typeinfo>

View File

@ -18,8 +18,6 @@
#include <string>
#include <vector>
#include <boost/regex.hpp>
#include "common/chapters/chapters.h"
#include "common/command_line.h"
#include "common/locale.h"

View File

@ -15,7 +15,6 @@
#include "common/common.h"
#include <boost/regex.hpp>
#include <errno.h>
#include <ctype.h>
#if defined(SYS_UNIX) || defined(COMP_CYGWIN) || defined(SYS_APPLE)

View File

@ -13,7 +13,6 @@
#include "common/common.h"
#include <boost/regex.hpp>
#include <string>
#include "common/locale.h"

View File

@ -16,7 +16,6 @@
#include "common/common.h"
#include <boost/regex.hpp>
#include <string>
#include "merge/pr_generic.h"