[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / include / c++ / ctime
diff --git a/reactos/include/c++/ctime b/reactos/include/c++/ctime
deleted file mode 100644 (file)
index f8cfa34..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-// ISO C++ date and time declarations\r
-\r
-#include <cstddef>\r
-#include <time.h>\r
-\r
-#pragma once\r
-\r
-// Get rid of those macros defined in <time.h> in lieu of real functions.\r
-#undef clock\r
-#undef difftime\r
-#undef mktime\r
-#undef time\r
-#undef asctime\r
-#undef ctime\r
-#undef gmtime\r
-#undef localtime\r
-#undef strftime\r
-\r
-namespace std\r
-{\r
-  using ::clock_t;\r
-  using ::time_t;\r
-  using ::tm;\r
-\r
-  using ::clock;\r
-  using ::difftime;\r
-  using ::mktime;\r
-  using ::time;\r
-  using ::asctime;\r
-  using ::ctime;\r
-  using ::gmtime;\r
-  using ::localtime;\r
-  using ::strftime;\r
-}\r