summaryrefslogtreecommitdiff
path: root/dev/etherbus.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/etherbus.hh')
-rw-r--r--dev/etherbus.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/etherbus.hh b/dev/etherbus.hh
index f64aa45e1..f7f633303 100644
--- a/dev/etherbus.hh
+++ b/dev/etherbus.hh
@@ -33,9 +33,9 @@
#ifndef __ETHERBUS_H__
#define __ETHERBUS_H__
-#include "eventq.hh"
-#include "etherpkt.hh"
-#include "sim_object.hh"
+#include "sim/eventq.hh"
+#include "dev/etherpkt.hh"
+#include "sim/sim_object.hh"
class EtherDump;
class EtherInt;