diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-03 08:18:55 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-03 08:18:55 +0100 |
commit | 38b5c32b1037602068285dc3ad906cc7b94cdcb4 (patch) | |
tree | d97b974e1c6b9bb4c26ffbd7499f87c9545b2d8f /src | |
parent | ea09c317db4d243e064da095370545e43ff4c0c7 (diff) |
kill compat/optional
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 4808d6a2..75c4f191 100644 --- a/src/precomp.hpp +++ b/src/precomp.hpp @@ -34,7 +34,6 @@ #include <Corrade/Containers/Array.h> #include <Corrade/Containers/ArrayViewStl.h> #include <Corrade/Containers/EnumSet.h> -#include "compat/optional.hpp" #include <Corrade/Containers/Pointer.h> #include <Corrade/Containers/StringStl.h> #include <Corrade/Containers/StringStlHash.h> |