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