Fixed fals include

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

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

@ -1,7 +1,7 @@
#pragma once
#include <bakatoolspch.h>
#include <thread/task_timer.h>
#include <bakatools/thread/task_timer.h>
namespace Bk::Tools {
enum class FileStat

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

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

@ -1,4 +1,4 @@
#pragma once
#include <time/time_span.h>
#include <time/time_point.h>
#include <bakatools/time/time_span.h>
#include <bakatools/time/time_point.h>

Loading…
Cancel
Save