ptimer.cpp header include cleanup

This commit is contained in:
Akkadius 2014-12-15 22:42:19 -06:00
parent fab6b602a8
commit 62d8fb538b

View File

@ -15,15 +15,13 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "debug.h"
#include "timer.h"
#include "ptimer.h"
#include "database.h"
#include "string_util.h"
#include <stdio.h>
#include <cstdlib>
#include <cstring>
#ifdef _WINDOWS
#include <windows.h>