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:
Amar Takhar 2010-06-01 05:14:00 +00:00
parent 37b904b75e
commit badee30d17
2 changed files with 2 additions and 10 deletions

View File

@ -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

View File

@ -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>