Sigh, not diffing before committing bites me again: remove useless deltas that shouldn't have been committed.
Originally committed to SVN as r4392.
This commit is contained in:
parent
37b904b75e
commit
badee30d17
2 changed files with 2 additions and 10 deletions
|
@ -20,11 +20,7 @@
|
|||
|
||||
#ifndef LAGI_PRE
|
||||
#include <stdio.h>
|
||||
#ifdef _WIN32
|
||||
# include <time.h>
|
||||
#else
|
||||
# include <sys/time.h>
|
||||
#endif // _WIN32
|
||||
#include <time.h>
|
||||
|
||||
#include <deque>
|
||||
#ifdef __DEPRECATED // Dodge GCC warnings
|
||||
|
|
|
@ -21,11 +21,7 @@
|
|||
#ifndef LAGI_PRE
|
||||
#include <string>
|
||||
#include <stdio.h>
|
||||
#ifdef _WIN32
|
||||
# include <time.h>
|
||||
#else
|
||||
# include <sys/time.h>
|
||||
#endif // _WIN32
|
||||
#include <time.h>
|
||||
#endif // LAGI_PRE
|
||||
|
||||
#include <libaegisub/access.h>
|
||||
|
|
Loading…
Reference in a new issue