aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2013-01-25 23:48:37 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2013-01-25 23:48:37 -0800
commit5bf08e1c5a01266503a1d0e1d4d19f949ecf1ed8 (patch)
tree88ed3050a85f2e9bdbc0a335de56f48e9579fbb8
parentde5b42e92377c5c8662fae095a9300162c0d95e8 (diff)
downloadriscv-isa-sim-5bf08e1c5a01266503a1d0e1d4d19f949ecf1ed8.zip
riscv-isa-sim-5bf08e1c5a01266503a1d0e1d4d19f949ecf1ed8.tar.gz
riscv-isa-sim-5bf08e1c5a01266503a1d0e1d4d19f949ecf1ed8.tar.bz2
remove unnecessary #include
-rw-r--r--riscv/htif.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscv/htif.cc b/riscv/htif.cc
index 30bbe6e..c7ba8fc 100644
--- a/riscv/htif.cc
+++ b/riscv/htif.cc
@@ -1,7 +1,6 @@
#include "htif.h"
#include "common.h"
#include "sim.h"
-#include <fesvr/htif-packet.h>
#include <unistd.h>
#include <stdexcept>
#include <stdlib.h>