summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/net
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-10-26 12:28:20 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-10-26 12:28:20 +0100
commit01c6071ac4a64cbee4270a73f0fe88b10b31097d (patch)
tree54ec5d0b86046577f1adde4ae4bb5547bdc122aa /dev/lib/net
parenta786997f304745ce3766a82be06dc6a5d0c2f02c (diff)
feat: important refactors for SCL.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/net')
-rw-r--r--dev/lib/net/modem.hpp2
-rw-r--r--dev/lib/net/url.hpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/dev/lib/net/modem.hpp b/dev/lib/net/modem.hpp
index 69b1aef..6c63399 100644
--- a/dev/lib/net/modem.hpp
+++ b/dev/lib/net/modem.hpp
@@ -14,7 +14,7 @@
#include <string>
#include <cstddef>
-#define OCL_MODEM_INTERFACE : public scl::net::basic_modem
+#define SCL_MODEM_INTERFACE : public scl::net::basic_modem
namespace scl::net
{
diff --git a/dev/lib/net/url.hpp b/dev/lib/net/url.hpp
index 3ada418..6772ac4 100644
--- a/dev/lib/net/url.hpp
+++ b/dev/lib/net/url.hpp
@@ -8,7 +8,6 @@
#pragma once
#include <string>
-#include <iostream>
#include <sstream>
/// @author Amlal El Mahrouss (amlal@nekernel.org)