Changeset c778ef1 for src/main.cpp


Ignore:
Timestamp:
May 11, 2024, 1:11:40 PM (5 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
5f225f5
Parents:
0f612d2
Message:

Apparently the source file lists aren't used until distribution. I went over all the lists and also found a stray header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cpp

    r0f612d2 rc778ef1  
    6666#include "Tuples/Tuples.hpp"                // for expandMemberTuples, expan...
    6767#include "Validate/Autogen.hpp"             // for autogenerateRoutines
    68 #include "Validate/ImplementEnumFunc.hpp"   // for implementEnumFunc
    6968#include "Validate/CompoundLiteral.hpp"     // for handleCompoundLiterals
    7069#include "Validate/EliminateTypedef.hpp"    // for eliminateTypedef
     
    7776#include "Validate/HoistStruct.hpp"         // for hoistStruct
    7877#include "Validate/HoistTypeDecls.hpp"      // for hoistTypeDecls
     78#include "Validate/ImplementEnumFunc.hpp"   // for implementEnumFunc
    7979#include "Validate/InitializerLength.hpp"   // for setLengthFromInitializer
    8080#include "Validate/LabelAddressFixer.hpp"   // for fixLabelAddresses
Note: See TracChangeset for help on using the changeset viewer.