summaryrefslogtreecommitdiff
path: root/src/mem/slicc/ast/CheckStopSlotsStatementAST.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/slicc/ast/CheckStopSlotsStatementAST.cc')
-rw-r--r--src/mem/slicc/ast/CheckStopSlotsStatementAST.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mem/slicc/ast/CheckStopSlotsStatementAST.cc b/src/mem/slicc/ast/CheckStopSlotsStatementAST.cc
index f102e8894..38dc449d6 100644
--- a/src/mem/slicc/ast/CheckStopSlotsStatementAST.cc
+++ b/src/mem/slicc/ast/CheckStopSlotsStatementAST.cc
@@ -32,10 +32,10 @@
*
*/
-#include "CheckStopSlotsStatementAST.hh"
-#include "SymbolTable.hh"
-#include "VarExprAST.hh"
-#include "PairListAST.hh"
+#include "mem/slicc/ast/CheckStopSlotsStatementAST.hh"
+#include "mem/slicc/symbols/SymbolTable.hh"
+#include "mem/slicc/ast/VarExprAST.hh"
+#include "mem/slicc/ast/PairListAST.hh"
CheckStopSlotsStatementAST::CheckStopSlotsStatementAST(VarExprAST* variable, string* condStr, string* bankStr)
: StatementAST()