diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-21 19:02:38 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-21 19:02:38 +0100 |
| commit | 804afb1895fa9aa6c45645bb097bf4937e9d851d (patch) | |
| tree | a9230d88cd24163fbd60cd82c99ba1d0dd9e494b | |
| parent | dbe09e84dccf8deeeca22d1a1f1577b45e5e5602 (diff) | |
chore: cleanup codebase.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | dev/lib/io/print.hpp | 1 |
2 files changed, 0 insertions, 3 deletions
@@ -14,8 +14,6 @@ A C++ library with additional modules for your C++ SDLC. ## Structure: - - - `core`: Core utilities and fundamental abstractions used across OCL. - `except`: Exception classes and error-handling helpers. - `fix`: FIX protocol utilities and helpers for Financial Information eXchange integration. diff --git a/dev/lib/io/print.hpp b/dev/lib/io/print.hpp index 466b698..c710156 100644 --- a/dev/lib/io/print.hpp +++ b/dev/lib/io/print.hpp @@ -9,7 +9,6 @@ #define _OCL_PRINT_HPP #include <iostream> -#include <ostream> namespace ocl::io { |
