Remove duplication from build.cake

This commit is contained in:
anlongfei 2019-12-11 23:46:01 +08:00 committed by Lewis Baker
parent 77f9037539
commit 9cc5a32ccb
1 changed files with 0 additions and 2 deletions

View File

@ -20,13 +20,11 @@ includes = cake.path.join(env.expand('${CPPCORO}'), 'include', 'cppcoro', [
'cancellation_registration.hpp',
'cancellation_source.hpp',
'cancellation_token.hpp',
'task.hpp',
'sequence_barrier.hpp',
'sequence_traits.hpp',
'single_producer_sequencer.hpp',
'multi_producer_sequencer.hpp',
'shared_task.hpp',
'shared_task.hpp',
'single_consumer_event.hpp',
'single_consumer_async_auto_reset_event.hpp',
'sync_wait.hpp',