summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
Diffstat (limited to 'src/device')
-rw-r--r--src/device/device_const.c1
-rw-r--r--src/device/device_util.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/device/device_const.c b/src/device/device_const.c
index 0521c7e8a4..fc76304994 100644
--- a/src/device/device_const.c
+++ b/src/device/device_const.c
@@ -3,7 +3,6 @@
#include <assert.h>
#include <console/console.h>
#include <device/device.h>
-#include <device/path.h>
#include <device/pci_def.h>
#include <device/pci_type.h>
#include <fw_config.h>
diff --git a/src/device/device_util.c b/src/device/device_util.c
index b5d0d9866e..02641c162e 100644
--- a/src/device/device_util.c
+++ b/src/device/device_util.c
@@ -3,9 +3,7 @@
#include <commonlib/bsd/helpers.h>
#include <console/console.h>
#include <device/device.h>
-#include <device/path.h>
#include <device/pci_def.h>
-#include <device/resource.h>
#include <stdlib.h>
#include <string.h>
#include <types.h>