summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/lpci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/lpci.cpp')
-rw-r--r--src/devices/machine/lpci.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/lpci.cpp b/src/devices/machine/lpci.cpp
index 44b8b84bf3d..5f378108020 100644
--- a/src/devices/machine/lpci.cpp
+++ b/src/devices/machine/lpci.cpp
@@ -2,7 +2,7 @@
// copyright-holders:Olivier Galibert
/***************************************************************************
- machine/lpci.c
+ machine/lpci.cpp
Legacy PCI bus
@@ -72,7 +72,7 @@
***************************************************************************/
#include "emu.h"
-#include "machine/lpci.h"
+#include "lpci.h"
//#define VERBOSE 1
#include "logmacro.h"