Changeset fed6a0f for src/AST


Ignore:
Timestamp:
Jan 17, 2023, 4:27:18 PM (17 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
5bf3976
Parents:
7b5694d
Message:

Header Clean-up: Moving more declarations to the header of the implementation file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/SymbolTable.cpp

    r7b5694d rfed6a0f  
    2222#include "Inspect.hpp"
    2323#include "Type.hpp"
    24 #include "CodeGen/OperatorTable.h"  // for isCtorDtorAssign
     24#include "CodeGen/OperatorTable.h"         // for isCtorDtorAssign
    2525#include "Common/SemanticError.h"
    2626#include "Common/Stats/Counter.h"
     
    2828#include "InitTweak/InitTweak.h"
    2929#include "ResolvExpr/Cost.h"
    30 #include "ResolvExpr/typeops.h"     // for referenceToRvalueConversion
     30#include "ResolvExpr/CandidateFinder.hpp"  // for referenceToRvalueConversion
    3131#include "ResolvExpr/Unify.h"
    3232#include "SymTab/Mangler.h"
Note: See TracChangeset for help on using the changeset viewer.