diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-05 19:29:40 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-05 19:29:40 +0100 |
| commit | 12eca108a07cde1606fca3e472aed58749407699 (patch) | |
| tree | 44ac90dffca8cde0fc06800c5546cd12f5cd9249 /src | |
| parent | 28f5a46ba0058752d4e92cc66e0260f4ed2b8cf3 (diff) | |
replace std::string with Corrade's String
Diffstat (limited to 'src')
| -rw-r--r-- | src/precomp.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/precomp.hpp b/src/precomp.hpp index 8d3e474e..f35b2563 100644 --- a/src/precomp.hpp +++ b/src/precomp.hpp @@ -26,7 +26,6 @@ #include <optional> #include <vector> #include <unordered_map> -#include <string> // TODO #include <Corrade/Containers/Array.h> #include <Corrade/Containers/ArrayViewStl.h> // TODO maybe remove stl |
