diff options
Diffstat (limited to 'project2/common/functions/dates.cpp')
-rw-r--r-- | project2/common/functions/dates.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project2/common/functions/dates.cpp b/project2/common/functions/dates.cpp index 8028789..c1992f7 100644 --- a/project2/common/functions/dates.cpp +++ b/project2/common/functions/dates.cpp @@ -1,7 +1,7 @@ #include <pch.hpp> #include "../variables.h" -#include "../xmlObjectLoader.h" -#include "../xmlStorage.h" +#include "../scriptLoader.h" +#include "../scriptStorage.h" #include "../logger.h" #include <locale> #include <iostream> |