diff options
Diffstat (limited to 'dev/lib/core/includes.hpp')
| -rw-r--r-- | dev/lib/core/includes.hpp | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev/lib/core/includes.hpp b/dev/lib/core/includes.hpp index e482a7c..f988fc1 100644 --- a/dev/lib/core/includes.hpp +++ b/dev/lib/core/includes.hpp @@ -1,8 +1,8 @@ /* * File: core/includes.hpp - * Purpose: Core includes for the SOCL library. - * Author: Amlal El Mahrouss (founder@snu.systems) - * Copyright 2025, Amlal El Mahrouss and SNU Systems Corp. + * Purpose: Core includes for the OCL library. + * Author: Amlal El Mahrouss (amlal@nekernel.org) + * Copyright 2025, Amlal El Mahrouss */ #pragma once @@ -11,6 +11,4 @@ #include <boost/core/nvp.hpp> #include <boost/core/demangle.hpp> #include <boost/core/null_deleter.hpp> -#include <memory> -#include <utility> -#include <filesystem> +#include <boost/container/allocator.hpp> |
