mirror of https://github.com/odrling/Aegisub
Revert r4782 since it wasn't needed if you do the project file right.
Originally committed to SVN as r4783.
This commit is contained in:
parent
3bdba76549
commit
0c2b40dc60
|
@ -86,7 +86,6 @@
|
||||||
#include <tr1/memory>
|
#include <tr1/memory>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define __STDC_FORMAT_MACROS
|
|
||||||
// General headers
|
// General headers
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
|
@ -39,7 +39,6 @@
|
||||||
#ifdef WITH_FFMPEGSOURCE
|
#ifdef WITH_FFMPEGSOURCE
|
||||||
|
|
||||||
#ifndef AGI_PRE
|
#ifndef AGI_PRE
|
||||||
#define __STDC_FORMAT_MACROS
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue