mirror of https://github.com/odrling/Aegisub
FFmpegSource2: remove pointless includes
Originally committed to SVN as r2350.
This commit is contained in:
parent
ecfc2b96c3
commit
f5e18443de
|
@ -23,10 +23,7 @@
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <errno.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <fcntl.h>
|
|
||||||
#include <io.h>
|
|
||||||
#include "MatroskaParser.h"
|
#include "MatroskaParser.h"
|
||||||
|
|
||||||
#define CACHESIZE 65536
|
#define CACHESIZE 65536
|
||||||
|
|
Loading…
Reference in New Issue