Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Constant.h

    rea6332d r6b0b624  
    1616#pragma once
    1717
    18 #include <iosfwd>     // for ostream
    19 #include <string>     // for string
    20 
    21 #include "Mutator.h"  // for Mutator
    22 #include "Visitor.h"  // for Visitor
    23 
    24 class Type;
     18#include "SynTree.h"
     19#include "Visitor.h"
     20#include "Mutator.h"
    2521
    2622class Constant {
Note: See TracChangeset for help on using the changeset viewer.