diff options
Diffstat (limited to 'src/dev/net/etherdevice.hh')
-rw-r--r-- | src/dev/net/etherdevice.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dev/net/etherdevice.hh b/src/dev/net/etherdevice.hh index 7101ec80a..7de4d82a4 100644 --- a/src/dev/net/etherdevice.hh +++ b/src/dev/net/etherdevice.hh @@ -37,7 +37,6 @@ #define __DEV_NET_ETHERDEVICE_HH__ #include "base/statistics.hh" -#include "dev/net/etherobject.hh" #include "dev/pci/device.hh" #include "params/EtherDevBase.hh" #include "params/EtherDevice.hh" @@ -45,7 +44,7 @@ class EtherInt; -class EtherDevice : public PciDevice, public EtherObject +class EtherDevice : public PciDevice { public: typedef EtherDeviceParams Params; |