summaryrefslogtreecommitdiff
path: root/src/mem/slicc/ast/DeclListAST.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/slicc/ast/DeclListAST.hh')
-rw-r--r--src/mem/slicc/ast/DeclListAST.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mem/slicc/ast/DeclListAST.hh b/src/mem/slicc/ast/DeclListAST.hh
index 80c7fffcc..f776a0812 100644
--- a/src/mem/slicc/ast/DeclListAST.hh
+++ b/src/mem/slicc/ast/DeclListAST.hh
@@ -39,9 +39,9 @@
#ifndef DeclListAST_H
#define DeclListAST_H
-#include "slicc_global.hh"
-#include "AST.hh"
-#include "DeclAST.hh"
+#include "mem/slicc/slicc_global.hh"
+#include "mem/slicc/ast/AST.hh"
+#include "mem/slicc/ast/DeclAST.hh"
class DeclListAST : public AST {
public: