Ignore:
Timestamp:
Nov 21, 2023, 5:31:55 PM (6 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/Waituntil.hpp

    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 generateWaitUntil( ast::TranslationUnit & translationUnit );
     23
     24void generateWaitUntil( ast::TranslationUnit & translationUnit );
     25
    2726};
    2827
Note: See TracChangeset for help on using the changeset viewer.