summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_hil/hlemouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_hil/hlemouse.h')
-rw-r--r--src/devices/bus/hp_hil/hlemouse.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/bus/hp_hil/hlemouse.h b/src/devices/bus/hp_hil/hlemouse.h
index 7abfc1d5192..830ffd20bfe 100644
--- a/src/devices/bus/hp_hil/hlemouse.h
+++ b/src/devices/bus/hp_hil/hlemouse.h
@@ -10,8 +10,7 @@
#include "machine/keyboard.h"
-namespace bus {
- namespace hp_hil {
+namespace bus::hp_hil {
class hle_hp_46060b_device
: public hle_device_base
@@ -45,7 +44,6 @@ public:
};
} // namespace bus::hp_hil
-} // namespace bus
DECLARE_DEVICE_TYPE_NS(HP_46060B_MOUSE, bus::hp_hil, hle_hp_46060b_device);