summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources/Timer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Sources/Timer.cxx')
-rw-r--r--Kernel/Sources/Timer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Sources/Timer.cxx b/Kernel/Sources/Timer.cxx
index 8a26e50c..38e58b70 100644
--- a/Kernel/Sources/Timer.cxx
+++ b/Kernel/Sources/Timer.cxx
@@ -9,7 +9,7 @@
///! BUGS: 0
///! @file Timer.cxx
-using namespace NewOS;
+using namespace Kernel;
/// @brief Unimplemented as it is an interface.
Int32 HardwareTimerInterface::Wait() noexcept