summaryrefslogtreecommitdiffhomepage
path: root/examples/sview_split.c
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-01-09 20:10:53 +0100
committerTyge Løvset <[email protected]>2022-01-09 20:10:53 +0100
commit3a507cbc6abe0cfe80b49969ca1fa9c901533a78 (patch)
tree012c56768fa5f1c7386ce716b6f50399e0a9d564 /examples/sview_split.c
parent8a38affcb58be7eba502d32b78c84b376fe4fe45 (diff)
downloadSTC-modified-3a507cbc6abe0cfe80b49969ca1fa9c901533a78.tar.gz
STC-modified-3a507cbc6abe0cfe80b49969ca1fa9c901533a78.zip
Removed strings.h.
Diffstat (limited to 'examples/sview_split.c')
-rw-r--r--examples/sview_split.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/sview_split.c b/examples/sview_split.c
index 22d94f23..1c29240b 100644
--- a/examples/sview_split.c
+++ b/examples/sview_split.c
@@ -1,4 +1,5 @@
-#include <stc/strings.h>
+#include <stc/cstr.h>
+#include <stc/csview.h>
int main()
{