diff options
| author | Oxore <oxore@protonmail.com> | 2019-01-03 22:45:18 +0300 |
|---|---|---|
| committer | Oxore <oxore@protonmail.com> | 2019-01-03 22:49:40 +0300 |
| commit | 5ecd8885556cdfc07d2bccaede45f86e329da637 (patch) | |
| tree | fd23f04ad159bcae5d863ac788df140c4b4465ce /src/text.c | |
| parent | 6c3579c976a14c4eda8964491c649839a189828f (diff) | |
Move unicode module to separate library lib8
Diffstat (limited to 'src/text.c')
| -rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,4 @@ +#include <f8.h> #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -6,7 +7,6 @@ #include "idlist.h" #include "vector.h" #include "text.h" -#include "unicode.h" static FILE *openFile(char *filename) { |
