mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-13 13:41:27 +00:00
the <vector> include is implied by common.h (via common/locale.h)
This commit is contained in:
parent
e00a5f13f7
commit
ec2e9b1238
@ -14,7 +14,6 @@
|
||||
#include "common/common.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
#ifdef SYS_WINDOWS
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
@ -15,8 +15,6 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "common/base64.h"
|
||||
#include "common/hacks.h"
|
||||
#include "common/strings/editing.h"
|
||||
|
@ -28,7 +28,6 @@
|
||||
# include <libcharset.h>
|
||||
#endif
|
||||
#include <locale.h>
|
||||
#include <vector>
|
||||
#if defined(SYS_WINDOWS)
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#include "common/common.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "common/memory.h"
|
||||
#include "common/error.h"
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include <cassert>
|
||||
#include <deque>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "common/common.h"
|
||||
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#include "common/common.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "common/memory.h"
|
||||
#include "common/strings/editing.h"
|
||||
|
||||
|
@ -17,8 +17,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "common/common.h"
|
||||
#include "common/chapters/chapters.h"
|
||||
#include "common/ebml.h"
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include "common/common.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <vector>
|
||||
|
||||
#include "common/hacks.h"
|
||||
#include "common/random.h"
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include "common/common.h"
|
||||
|
||||
#include <expat.h>
|
||||
#include <vector>
|
||||
|
||||
#include "common/xml/element_mapping.h"
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include <avilib.h>
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include <avilib.h>
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include <boost/bind.hpp>
|
||||
#include <stdexcept>
|
||||
#include <typeinfo>
|
||||
#include <vector>
|
||||
|
||||
#include "common/ebml.h"
|
||||
#include "common/strings/formatting.h"
|
||||
|
@ -15,7 +15,6 @@
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
#include <vector>
|
||||
|
||||
#include "common/chapters/chapters.h"
|
||||
#include "common/command_line.h"
|
||||
|
@ -14,7 +14,6 @@
|
||||
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include <avilib.h>
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
|
||||
#include <cassert>
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
#include <ebml/EbmlHead.h>
|
||||
#include <ebml/EbmlSubHead.h>
|
||||
|
@ -13,7 +13,6 @@
|
||||
#include "common/common.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <vector>
|
||||
|
||||
#include <ebml/EbmlHead.h>
|
||||
#include <ebml/EbmlSubHead.h>
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <typeinfo>
|
||||
#include <vector>
|
||||
|
||||
#include <avilib.h>
|
||||
|
||||
|
@ -18,8 +18,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <avilib.h>
|
||||
|
||||
#include "common/mm_io.h"
|
||||
|
@ -16,8 +16,6 @@
|
||||
|
||||
#include "common/common.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "common/corepicture.h"
|
||||
#include "common/mm_io.h"
|
||||
#include "common/xml/element_parser.h"
|
||||
|
@ -18,7 +18,6 @@
|
||||
#include "common/common.h"
|
||||
|
||||
#include <boost/logic/tribool.hpp>
|
||||
#include <vector>
|
||||
|
||||
#include "common/compression.h"
|
||||
#include "common/error.h"
|
||||
|
@ -20,8 +20,6 @@
|
||||
|
||||
#include <ogg/ogg.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "common/mm_io.h"
|
||||
#include "merge/pr_generic.h"
|
||||
#include "common/theora.h"
|
||||
|
@ -18,8 +18,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "common/ac3.h"
|
||||
#include "common/mm_io.h"
|
||||
#include "output/p_video.h"
|
||||
|
@ -18,8 +18,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "common/error.h"
|
||||
#include "librmff/librmff.h"
|
||||
#include "output/p_video.h"
|
||||
|
@ -18,8 +18,6 @@
|
||||
|
||||
#include <expat.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "common/mm_io.h"
|
||||
#include "merge/pr_generic.h"
|
||||
#include "common/xml/element_parser.h"
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <limits.h>
|
||||
#include <vector>
|
||||
|
||||
#include "common/ebml.h"
|
||||
#include "common/hacks.h"
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include <iostream>
|
||||
#include <list>
|
||||
#include <typeinfo>
|
||||
#include <vector>
|
||||
|
||||
#include <matroska/KaxChapters.h>
|
||||
#include <matroska/KaxInfoData.h>
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <typeinfo>
|
||||
#include <vector>
|
||||
|
||||
#include <ebml/EbmlHead.h>
|
||||
#include <ebml/EbmlSubHead.h>
|
||||
|
@ -16,8 +16,6 @@
|
||||
|
||||
#include "common/common.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "merge/pr_generic.h"
|
||||
#include "common/samples_timecode_conv.h"
|
||||
#include "common/truehd.h"
|
||||
|
Loading…
Reference in New Issue
Block a user