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