Changeset b2ea0cd for src/main.cpp


Ignore:
Timestamp:
May 7, 2024, 3:37:39 PM (5 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
083e637
Parents:
69dd8e6
Message:

First wave of file renaming. Rename files in src/ and update all references to them.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/main.cpp

    r69dd8e6 rb2ea0cd  
    3333#include "AST/TranslationUnit.hpp"          // for TranslationUnit
    3434#include "AST/Util.hpp"                     // for checkInvariants
    35 #include "CompilationState.h"
     35#include "CompilationState.hpp"
    3636#include "../config.h"                      // for CFA_LIBDIR
    3737#include "CodeGen/FixMain.h"                // for FixMain
     
    5959#include "InitTweak/FixInit.h"              // for fix
    6060#include "InitTweak/GenInit.h"              // for genInit
    61 #include "MakeLibCfa.h                   // for makeLibCfa
     61#include "MakeLibCfa.hpp"                   // for makeLibCfa
    6262#include "Parser/RunParser.hpp"             // for buildList, dumpParseTree,...
    6363#include "ResolvExpr/CandidatePrinter.hpp"  // for printCandidates
Note: See TracChangeset for help on using the changeset viewer.