aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/common')
-rw-r--r--include/cru/common/Base.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/cru/common/Base.hpp b/include/cru/common/Base.hpp
index cb06cc09..85f07132 100644
--- a/include/cru/common/Base.hpp
+++ b/include/cru/common/Base.hpp
@@ -13,7 +13,6 @@
#include <gsl/gsl>
#include <stdexcept>
-#include <string>
#define CRU_UNUSED(entity) static_cast<void>(entity);