Changeset 82a90d4


Ignore:
Timestamp:
Nov 24, 2022, 11:46:16 AM (16 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
ddcaff6
Parents:
93c10de
Message:

Follow up to TypeEnvKey/TypeDecl?, removing extra includes (but I only found one).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/GenPoly.h

    r93c10de r82a90d4  
    2020
    2121#include "ErasableScopedMap.h"    // for ErasableScopedMap
    22 #include "AST/Decl.hpp"           // for TypeDecl::Data
     22#include "AST/Decl.hpp"           // for AggregateDecl
    2323#include "AST/Fwd.hpp"            // for ApplicationExpr, BaseInstType, Func...
    24 #include "AST/Type.hpp"           // for TypeInstType::TypeEnvKey
    2524#include "SymTab/Mangler.h"       // for Mangler
    2625#include "SynTree/Declaration.h"  // for TypeDecl::Data, AggregateDecl, Type...
    2726#include "SynTree/SynTree.h"      // for Visitor Nodes
     27
     28namespace ast {
     29        struct TypeEnvKey;
     30}
    2831
    2932namespace GenPoly {
Note: See TracChangeset for help on using the changeset viewer.