Ignore:
Timestamp:
Apr 17, 2024, 10:50:36 AM (2 weeks ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
8fd53b6e
Parents:
710d0c8c
Message:

Fixing some whitespace around a recent merge. That lead to some general clean-up, including removing tailing whitespace and removing some unneeded dependences.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tuples/Tuples.h

    r710d0c8c r7aa209e7  
    2121#include "AST/Fwd.hpp"
    2222#include "AST/Node.hpp"
    23 #include "ResolvExpr/CandidateFinder.hpp"
     23namespace ResolvExpr {
     24        class CandidateFinder;
     25}
    2426
    2527namespace Tuples {
Note: See TracChangeset for help on using the changeset viewer.