summaryrefslogtreecommitdiffhomepage
path: root/include/stc/calgo.h
diff options
context:
space:
mode:
authortylov <[email protected]>2023-07-21 00:37:28 +0200
committertylov <[email protected]>2023-07-21 00:37:28 +0200
commit2d67f4040f6eecd41f1b864b43c62823ed75aff0 (patch)
tree084ce603dc4edfa1ccad3aabab5b671a817bc67e /include/stc/calgo.h
parent900295256d825fc323149cd223c49787f32a3696 (diff)
downloadSTC-modified-2d67f4040f6eecd41f1b864b43c62823ed75aff0.tar.gz
STC-modified-2d67f4040f6eecd41f1b864b43c62823ed75aff0.zip
Renamed badly abbreviated names in crand.h.
Moved coroutine.h from algo subfolder to stc. Updated coroutine.h and docs.
Diffstat (limited to 'include/stc/calgo.h')
-rw-r--r--include/stc/calgo.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/stc/calgo.h b/include/stc/calgo.h
deleted file mode 100644
index 63ef97b9..00000000
--- a/include/stc/calgo.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef STC_CALGO_INCLUDED
-#define STC_CALGO_INCLUDED
-
-#include "algo/raii.h"
-#include "algo/crange.h"
-#include "algo/filter.h"
-#include "algo/coroutine.h"
-
-#endif