summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-11-06 12:41:13 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-11-06 12:41:13 +0000
commit588172ab7468fb9907bddf6b8c7867a809eda08c (patch)
treef9d34a9ea9723210d018afe646ff77692629f73d /src/mess/drivers/pc.c
parent809851f15146f57fd6277bf126961626e5183059 (diff)
Moved pc_keyboard into emu/bus (nw)
Diffstat (limited to 'src/mess/drivers/pc.c')
-rw-r--r--src/mess/drivers/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/pc.c b/src/mess/drivers/pc.c
index 76062c8a2f0..10a2ee32b44 100644
--- a/src/mess/drivers/pc.c
+++ b/src/mess/drivers/pc.c
@@ -103,7 +103,7 @@ video HW too.
#include "machine/kb_7007_3.h"
#include "machine/ram.h"
-#include "machine/pc_keyboards.h"
+#include "bus/pc_kbd/keyboards.h"
#include "mcfglgcy.h"