Removed time.h file

main
anulax1225 ago%!(EXTRA string=1 year)
parent 9a2d619e93
commit 0c7239f21b
  1. 3
      src/bakatools.h
  2. 3
      src/bakatools/file_system/dir_entry.h
  3. 3
      src/bakatools/thread/task_delayer.h
  4. 3
      src/bakatools/thread/task_timer.h
  5. 4
      src/bakatools/time/time.h

@ -24,5 +24,6 @@
#define BKMOD_TIME #define BKMOD_TIME
#endif #endif
#ifdef BKMOD_TIME #ifdef BKMOD_TIME
#include <bakatools/time/time.h> #include <bakatools/time/time_span.h>
#include <bakatools/time/time_point.h>
#endif #endif

@ -1,7 +1,8 @@
#pragma once #pragma once
#include <bakatoolspch.h> #include <bakatoolspch.h>
#include <bakatools/time/time.h> #include <bakatools/time/time_span.h>
#include <bakatools/time/time_point.h>
#define BK_DIR_ENTRY_TYPE(type) const char* type_name() override { return BK_STRINGIFY(type); }\ #define BK_DIR_ENTRY_TYPE(type) const char* type_name() override { return BK_STRINGIFY(type); }\
static FileType get_type() { return FileType::type; }\ static FileType get_type() { return FileType::type; }\

@ -1,7 +1,8 @@
#pragma once #pragma once
#include <spch.h> #include <spch.h>
#include <bakatools/time/time.h> #include <bakatools/time/time_span.h>
#include <bakatools/time/time_point.h>
namespace Bk { namespace Bk {
template<typename P> template<typename P>

@ -1,7 +1,8 @@
#pragma once #pragma once
#include <spch.h> #include <spch.h>
#include <bakatools/time/time.h> #include <bakatools/time/time_span.h>
#include <bakatools/time/time_point.h>
namespace Bk { namespace Bk {
template<typename P> template<typename P>

@ -1,4 +0,0 @@
#pragma once
#include <bakatools/time/time_span.h>
#include <bakatools/time/time_point.h>
Loading…
Cancel
Save