aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-09 18:16:13 +0000
committercrupest <crupest@outlook.com>2022-01-09 18:16:13 +0000
commitd5621e5b1becd24edfbd598767b040524f535af9 (patch)
treeba250777102bcf1042678b8df8de679e1bd7ea8b /include/cru/common
parent7effd0172d129d800a71589ba340472d0bf46eae (diff)
downloadcru-d5621e5b1becd24edfbd598767b040524f535af9.tar.gz
cru-d5621e5b1becd24edfbd598767b040524f535af9.tar.bz2
cru-d5621e5b1becd24edfbd598767b040524f535af9.zip
...
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);