summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2024-11-26 16:21:47 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2024-11-26 16:21:47 +0100
commitbc20651fbd020067d02c60424073dbc7727b304d (patch)
tree7fa1139e44f7f6c53686567c66382900217987e1
parentf05ac8c656f3dccd79e7b3a276c86f08be2bb9f7 (diff)
Json.cc: Remove using namespace Kernel; line.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
-rw-r--r--dev/ZKAKit/src/Json.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev/ZKAKit/src/Json.cc b/dev/ZKAKit/src/Json.cc
index 5447e263..8db5e7cb 100644
--- a/dev/ZKAKit/src/Json.cc
+++ b/dev/ZKAKit/src/Json.cc
@@ -6,7 +6,5 @@
#include <NewKit/Json.h>
-using namespace Kernel;
-
/// @brief Undefined object, is null in length.
INIT_OBJECT(Kernel::JSON::kNull, Kernel::JSON);