diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-30 08:28:46 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-30 08:29:08 +0200 |
| commit | e337f736afd613de6742c942d65e3124101ead8a (patch) | |
| tree | ee2df9015c8f5090307a68de24a3265583ed69b9 /dev | |
| parent | 2cbec2472571a625f9d574c15589c57c535bed1a (diff) | |
feat: remove useless include from the `chunk_string` file.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/lib/utility/chunk_string.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev/lib/utility/chunk_string.hpp b/dev/lib/utility/chunk_string.hpp index 5f969b4..2dffccd 100644 --- a/dev/lib/utility/chunk_string.hpp +++ b/dev/lib/utility/chunk_string.hpp @@ -9,7 +9,6 @@ #define OCL_UTILITY_CHUNK_STRING_HPP #include <lib/core/includes.hpp> -#include <boost/container/flat_set.hpp> namespace ocl { |
