mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
the common/mm_io.h include implies common.h
This commit is contained in:
parent
767041ba43
commit
10338df395
@ -21,7 +21,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/os.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
@ -34,7 +35,7 @@
|
||||
|
||||
#include "common/mm_io.h"
|
||||
|
||||
extern "C" {
|
||||
#include "xio.h"
|
||||
|
||||
#define MAX_INSTANCES 4000
|
||||
|
||||
@ -165,5 +166,3 @@ xio_fstat(int fd,
|
||||
// Not implemented for mkvtoolnix.
|
||||
return -1;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -15,7 +15,7 @@
|
||||
#ifndef __MTX_COMMON_BIT_CURSOR_H
|
||||
#define __MTX_COMMON_BIT_CURSOR_H
|
||||
|
||||
#include "common/os.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#include "common/mm_io.h"
|
||||
|
||||
|
@ -11,12 +11,10 @@
|
||||
Written by Moritz Bunkus <moritz@bunkus.org>.
|
||||
*/
|
||||
|
||||
#include "common/os.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#include <expat.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <matroska/KaxChapters.h>
|
||||
|
||||
#include "common/chapters/chapters.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
Written by Moritz Bunkus <moritz@bunkus.org>.
|
||||
*/
|
||||
|
||||
#include "common/os.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#include "common/mm_io.h"
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
#ifndef __MTX_COMMON_KAX_FILE_H
|
||||
#define __MTX_COMMON_KAX_FILE_H
|
||||
|
||||
#include "os.h"
|
||||
#include "common.h"
|
||||
|
||||
#include <matroska/KaxSegment.h>
|
||||
#include <matroska/KaxCluster.h>
|
||||
|
@ -14,7 +14,7 @@
|
||||
#ifndef __MTX_COMMON_MM_MULTI_FILE_IO_H
|
||||
#define __MTX_COMMON_MM_MULTI_FILE_IO_H
|
||||
|
||||
#include "common/os.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <string>
|
||||
|
@ -11,7 +11,7 @@
|
||||
Written by Moritz Bunkus <moritz@bunkus.org>.
|
||||
*/
|
||||
|
||||
#include "common/os.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#include "common/ebml.h"
|
||||
#include "common/mm_io.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
Written by Moritz Bunkus <moritz@bunkus.org>.
|
||||
*/
|
||||
|
||||
#include "common/os.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#if !defined(SYS_WINDOWS)
|
||||
# include <sys/time.h>
|
||||
|
@ -14,7 +14,7 @@
|
||||
#ifndef __MTX_COMMON_RANDOM_H
|
||||
#define __MTX_COMMON_RANDOM_H
|
||||
|
||||
#include "common/os.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#include "common/mm_io.h"
|
||||
#include "common/smart_pointers.h"
|
||||
|
@ -14,7 +14,7 @@
|
||||
#ifndef __MTX_COMMON_VINT_H
|
||||
#define __MTX_COMMON_VINT_H
|
||||
|
||||
#include "common/os.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#include <ebml/EbmlId.h>
|
||||
|
||||
|
@ -15,7 +15,8 @@
|
||||
#ifndef __MTX_COMMON_WAVPACK_COMMON_H
|
||||
#define __MTX_COMMON_WAVPACK_COMMON_H
|
||||
|
||||
#include "common/os.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#include "common/mm_io.h"
|
||||
|
||||
/* All integers are little endian. */
|
||||
|
@ -14,10 +14,9 @@
|
||||
#ifndef __MTX_COMMON_XML_ELEMENT_WRITER_H
|
||||
#define __MTX_COMMON_XML_ELEMENT_WRITER_H
|
||||
|
||||
#include "common/os.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#include <expat.h>
|
||||
#include <string>
|
||||
|
||||
#include "common/mm_io.h"
|
||||
#include "common/xml/element_parser.h"
|
||||
|
@ -13,12 +13,11 @@
|
||||
#ifndef __MKVEXTRACT_H
|
||||
#define __MKVEXTRACT_H
|
||||
|
||||
#include "common/common.h"
|
||||
|
||||
#include <avilib.h>
|
||||
|
||||
#include <ogg/ogg.h>
|
||||
#include <vector>
|
||||
|
||||
#include <ebml/EbmlElement.h>
|
||||
|
||||
#include <matroska/KaxChapters.h>
|
||||
#include <matroska/KaxTags.h>
|
||||
|
@ -14,7 +14,7 @@
|
||||
#ifndef __R_ASF_H
|
||||
#define __R_ASF_H
|
||||
|
||||
#include "common/os.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#include "common/mm_io.h"
|
||||
#include "merge/pr_generic.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
Written by Steve Lhomme <steve.lhomme@free.fr>.
|
||||
*/
|
||||
|
||||
#include "common/os.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
@ -14,13 +14,12 @@
|
||||
#ifndef __R_FLAC_H
|
||||
#define __R_FLAC_H
|
||||
|
||||
#include "common/os.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#include "common/mm_io.h"
|
||||
#include "merge/pr_generic.h"
|
||||
|
||||
#if defined(HAVE_FLAC_FORMAT_H)
|
||||
#include <vector>
|
||||
|
||||
#include <FLAC/export.h>
|
||||
#if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT < 8
|
||||
|
@ -14,7 +14,7 @@
|
||||
#ifndef __R_FLV_H
|
||||
#define __R_FLV_H
|
||||
|
||||
#include "common/os.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#include "common/mm_io.h"
|
||||
#include "merge/pr_generic.h"
|
||||
|
@ -14,7 +14,7 @@
|
||||
#ifndef __R_OGM_FLAC_H
|
||||
#define __R_OGM_FLAC_H
|
||||
|
||||
#include "common/os.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#if defined(HAVE_FLAC_FORMAT_H)
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
Written by Moritz Bunkus <moritz@bunkus.org>.
|
||||
*/
|
||||
|
||||
#include "common/os.h"
|
||||
#include "common/common.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
@ -14,9 +14,7 @@
|
||||
#ifndef __CLUSTER_HELPER_C
|
||||
#define __CLUSTER_HELPER_C
|
||||
|
||||
#include "common/os.h"
|
||||
|
||||
#include <vector>
|
||||
#include "common/common.h"
|
||||
|
||||
#include <matroska/KaxBlock.h>
|
||||
#include <matroska/KaxCluster.h>
|
||||
|
Loading…
Reference in New Issue
Block a user