diff options
Diffstat (limited to '')
-rw-r--r-- | src/Section.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Section.hpp b/src/Section.hpp index 41bef7b..e647600 100644 --- a/src/Section.hpp +++ b/src/Section.hpp @@ -2,14 +2,9 @@ #include <vector> #include <map> -#include <condition_variable> -#include <functional> - -#include <easylogging++.h> #include "Block.hpp" #include "Vector.hpp" -#include "Utility.hpp" class Section { std::vector<long long> block; |