Ignore:
Timestamp:
Jan 17, 2023, 11:57:46 AM (21 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
7b5694d
Parents:
9845cb6
Message:

Header Clean-up: Clearing out typeops, moving things to Unify because that header already exist.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CastCost.cc

    r9845cb6 re563edf  
    2323#include "Cost.h"                        // for Cost, Cost::infinity
    2424#include "ResolvExpr/TypeEnvironment.h"  // for TypeEnvironment, EqvClass
     25#include "ResolvExpr/typeops.h"          // for ptrsCastable
     26#include "ResolvExpr/Unify.h"            // for typesCompatibleIgnoreQualifiers
    2527#include "SymTab/Indexer.h"              // for Indexer
    2628#include "SynTree/Declaration.h"         // for TypeDecl, NamedTypeDecl
    2729#include "SynTree/Type.h"                // for PointerType, Type, TypeInstType
    28 #include "typeops.h"                     // for typesCompatibleIgnoreQualifiers
    2930
    3031#if 0
Note: See TracChangeset for help on using the changeset viewer.