mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-13 13:41:27 +00:00
the regex.hpp include is implied by common.h
This commit is contained in:
parent
3395bb9900
commit
8eab8b20a7
@ -13,7 +13,6 @@
|
||||
|
||||
#include "common/common.h"
|
||||
|
||||
#include <boost/regex.hpp>
|
||||
#include <stdlib.h>
|
||||
#include <string>
|
||||
#ifdef SYS_WINDOWS
|
||||
|
@ -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
|
||||
|
@ -15,7 +15,6 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/regex.hpp>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <typeinfo>
|
||||
|
@ -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"
|
||||
|
@ -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)
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
#include "common/common.h"
|
||||
|
||||
#include <boost/regex.hpp>
|
||||
#include <string>
|
||||
|
||||
#include "common/locale.h"
|
||||
|
@ -16,7 +16,6 @@
|
||||
|
||||
#include "common/common.h"
|
||||
|
||||
#include <boost/regex.hpp>
|
||||
#include <string>
|
||||
|
||||
#include "merge/pr_generic.h"
|
||||
|
Loading…
Reference in New Issue
Block a user