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