summaryrefslogtreecommitdiffhomepage
path: root/include/stc/cspan.h
diff options
context:
space:
mode:
authorTyge Lovset <[email protected]>2023-08-17 04:37:22 +0200
committerTyge Lovset <[email protected]>2023-08-17 04:37:22 +0200
commit2ba238e66efec7b6d895425c4f1160b3b72d242b (patch)
treed7c4a8946b92a9eea8aee296e0a58f71a292816b /include/stc/cspan.h
parent3da201d122a47f7bf6381b23702815474d64c471 (diff)
downloadSTC-modified-2ba238e66efec7b6d895425c4f1160b3b72d242b.tar.gz
STC-modified-2ba238e66efec7b6d895425c4f1160b3b72d242b.zip
Small refactoring.
Diffstat (limited to 'include/stc/cspan.h')
-rw-r--r--include/stc/cspan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cspan.h b/include/stc/cspan.h
index 1b57d4d4..f806ed8f 100644
--- a/include/stc/cspan.h
+++ b/include/stc/cspan.h
@@ -24,7 +24,7 @@
/*
#include <stdio.h>
#include <stc/cspan.h>
-#include <stc/algo/filter.h>
+#include <stc/algorithm.h>
using_cspan(Span2f, float, 2);
using_cspan(Intspan, int);