1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Remove leftover includes from previous merge of the time utilities.

This commit is contained in:
Sandu Liviu Catalin 2016-03-25 14:43:26 +02:00
parent e167a59f83
commit f9ef0040c9
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@
// ------------------------------------------------------------------------------------------------
#include "Library/Numeric.hpp"
#include "Library/Time.hpp"
#include "Library/Chrono.hpp"
#include "Library/Chrono/Timestamp.hpp"
// ------------------------------------------------------------------------------------------------
#include <cmath>

View File

@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------------------------
#include "Routine.hpp"
#include "Library/Time.hpp"
#include "Library/Chrono.hpp"
// ------------------------------------------------------------------------------------------------
#include <algorithm>