Changes in src/Common/PassVisitor.h [d8893ca:07c178f0]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.h
rd8893ca r07c178f0 19 19 #include "SynTree/Expression.h" 20 20 #include "SynTree/Constant.h" 21 #include "SynTree/TypeSubstitution.h" 21 22 class TypeSubstitution; 22 23 23 24 #include "PassVisitor.proto.h" … … 403 404 }; 404 405 406 #include "SynTree/TypeSubstitution.h" 405 407 #include "PassVisitor.impl.h"
Note:
See TracChangeset
for help on using the changeset viewer.