Changeset c7f9f53 for src/AST


Ignore:
Timestamp:
Dec 4, 2023, 5:01:07 PM (22 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
ebadb5d
Parents:
539a8c8
Message:

Moved include from Decl header. Removed some old ast code from the Parser.

Location:
src/AST
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.cpp

    r539a8c8 rc7f9f53  
    2121
    2222#include "Common/Eval.h"       // for eval
     23#include "Common/SemanticError.h"
    2324
    2425#include "Fwd.hpp"             // for UniqueId
  • src/AST/Decl.hpp

    r539a8c8 rc7f9f53  
    3030#include "Visitor.hpp"
    3131#include "Common/utility.h"
    32 #include "Common/SemanticError.h"                                               // error_str
    3332
    3433// Must be included in *all* AST classes; should be #undef'd at the end of the file
Note: See TracChangeset for help on using the changeset viewer.