Quellcode durchsuchen

Remove dependency chrono

Earlier chrono was included but after some code changed it was no longer needed

Forgot to remove it so I'm removing it now
Daniel Lim Wee Soong vor 8 Jahren
Ursprung
Commit
8529d84f31
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      src/common/logging/log.h

+ 0 - 1
src/common/logging/log.h

@@ -4,7 +4,6 @@
 
 
 #pragma once
 #pragma once
 
 
-#include <chrono>
 #include <fmt/format.h>
 #include <fmt/format.h>
 #include "common/common_types.h"
 #include "common/common_types.h"