summaryrefslogtreecommitdiffhomepage
path: root/include/stc/calgo.h
blob: 21e73faf9ab2fd239d1b7bc6a10f4c2f76e10964 (plain)
1
2
3
4
5
6
7
8
#ifndef STC_CALGO_INCLUDED
#define STC_CALGO_INCLUDED

#include "algo/crange.h"
#include "algo/filter.h"
#include "algo/coroutine.h"

#endif