summaryrefslogtreecommitdiff
path: root/hw/ne2000.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-09-20 16:19:32 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-09-20 16:19:32 +0000
commitbd390e6425ed100efdde43a55273c36aa2488737 (patch)
treebf908a56216b69b7bfce41ad2c8d2c5abaf78aaf /hw/ne2000.c
parentafcea8cbdea8180b42093377b2c700d1b7f20b7c (diff)
downloadqemu-bd390e6425ed100efdde43a55273c36aa2488737.tar.gz
Compile ne2000 only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ne2000.c')
-rw-r--r--hw/ne2000.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ne2000.c b/hw/ne2000.c
index 82531d04ec..87f1e59d85 100644
--- a/hw/ne2000.c
+++ b/hw/ne2000.c
@@ -23,7 +23,6 @@
*/
#include "hw.h"
#include "pci.h"
-#include "pc.h"
#include "net.h"
#include "ne2000.h"