summaryrefslogtreecommitdiff
path: root/src/mem/slicc/ast/CheckAllocateStatementAST.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/slicc/ast/CheckAllocateStatementAST.hh')
-rw-r--r--src/mem/slicc/ast/CheckAllocateStatementAST.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mem/slicc/ast/CheckAllocateStatementAST.hh b/src/mem/slicc/ast/CheckAllocateStatementAST.hh
index 8df08a086..1df853514 100644
--- a/src/mem/slicc/ast/CheckAllocateStatementAST.hh
+++ b/src/mem/slicc/ast/CheckAllocateStatementAST.hh
@@ -35,9 +35,9 @@
#ifndef CHECKALLOCATESTATEMENTAST_H
#define CHECKALLOCATESTATEMENTAST_H
-#include "slicc_global.hh"
-#include "StatementAST.hh"
-#include "TypeAST.hh"
+#include "mem/slicc/slicc_global.hh"
+#include "mem/slicc/ast/StatementAST.hh"
+#include "mem/slicc/ast/TypeAST.hh"
class VarExprAST;
class Var;