[mlpack-svn] r15240 - mlpack/trunk/src/mlpack/core/util

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Jun 14 17:51:03 EDT 2013


Author: marcus
Date: 2013-06-14 17:51:03 -0400 (Fri, 14 Jun 2013)
New Revision: 15240

Modified:
   mlpack/trunk/src/mlpack/core/util/cli.cpp
Log:
Remove unnecessary include.

Modified: mlpack/trunk/src/mlpack/core/util/cli.cpp
===================================================================
--- mlpack/trunk/src/mlpack/core/util/cli.cpp	2013-06-13 19:10:34 UTC (rev 15239)
+++ mlpack/trunk/src/mlpack/core/util/cli.cpp	2013-06-14 21:51:03 UTC (rev 15240)
@@ -11,20 +11,6 @@
 #include <iostream>
 #include <string>
 
-#ifndef _WIN32
-  #include <sys/time.h> // For Linux.
-  #include <execinfo.h>
-#else
-  #include <winsock.h> // timeval on Windows.
-  #include <windows.h> // GetSystemTimeAsFileTime() on Windows.
-// gettimeofday() has no equivalent; we will need to write extra code for that.
-  #if defined(_MSC_VER) || defined(_MSC_EXTENSCLINS)
-    #define DELTA_EPOCH_IN_MICROSECS 11644473600000000Ui64
-  #else
-    #define DELTA_EPOCH_IN_MICROSECS 11644473600000000ULL
-  #endif
-#endif // _WIN32
-
 #include "cli.hpp"
 #include "log.hpp"
 




More information about the mlpack-svn mailing list