- Remove a useless typedef, which causes a warning with newer GCC's
svn path=/trunk/; revision=32685
#include <iostream>
#include <vector>
#include <fstream>
-#include <time.h>
-#include <float.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <assert.h>
-#include <math.h>
-#include <signal.h>
+#include <cassert>
+#include <cfloat>
+#include <cmath>
+#include <csignal>
+#include <cstdio>
+#include <cstdlib>
+#include <cstring>
+#include <ctime>
#ifndef __LINUX__
#include <io.h>
#include <errno.h>
void dumpCheckpoints();
-typedef enum DebugState
+enum DebugState
{
DebugStateContinue = 1, /* continue debugging */
DebugStateBSODDetected, /* bsod detected */