summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-21 19:02:38 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-21 19:02:38 +0100
commit804afb1895fa9aa6c45645bb097bf4937e9d851d (patch)
treea9230d88cd24163fbd60cd82c99ba1d0dd9e494b
parentdbe09e84dccf8deeeca22d1a1f1577b45e5e5602 (diff)
chore: cleanup codebase.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--README.md2
-rw-r--r--dev/lib/io/print.hpp1
2 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index a781373..f7da55c 100644
--- a/README.md
+++ b/README.md
@@ -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
{