Ignore:
Timestamp:
Nov 21, 2023, 5:31:55 PM (5 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
3c4003b9
Parents:
8984003
Message:

Round of clean-up in the Concurrency directory headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/Waitfor.h

    r8984003 r53dac82  
    1616#pragma once
    1717
    18 #include <list>  // for list
    19 
    20 class Declaration;
    2118namespace ast {
    2219        class TranslationUnit;
     
    2421
    2522namespace Concurrency {
    26         void generateWaitFor( std::list< Declaration * > & translationUnit );
    2723
    2824void generateWaitFor( ast::TranslationUnit & translationUnit );
     25
    2926};
    3027
Note: See TracChangeset for help on using the changeset viewer.