diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-23 21:19:25 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-23 21:19:25 -0500 |
| commit | 2444ead9b2dbfda63301000361339a1f0dfc7195 (patch) | |
| tree | de94a5c14d4b73595d56261835a2adbcdbbae19a /src | |
| parent | bf6e746cfa2c8bb6761a35dc59c8de560fe0ae4c (diff) | |
clean up <nonstd/io.h> refs by just including <stdio.h>
Diffstat (limited to 'src')
| -rw-r--r-- | src/nonstd/BUFSIZ.ref | 2 | ||||
| -rw-r--r-- | src/nonstd/NULL.ref | 2 | ||||
| -rw-r--r-- | src/nonstd/fpos_t.ref | 2 | ||||
| -rw-r--r-- | src/nonstd/size_t.ref | 2 | ||||
| -rw-r--r-- | src/nonstd/stdio.ref | 2 | ||||
| -rw-r--r-- | src/nonstd/va_list.ref | 2 |
6 files changed, 2 insertions, 10 deletions
diff --git a/src/nonstd/BUFSIZ.ref b/src/nonstd/BUFSIZ.ref deleted file mode 100644 index 660ed705..00000000 --- a/src/nonstd/BUFSIZ.ref +++ /dev/null @@ -1,2 +0,0 @@ -#include <nonstd/io.h> -REFERENCE(stdio/BUFSIZ.c) diff --git a/src/nonstd/NULL.ref b/src/nonstd/NULL.ref deleted file mode 100644 index 9218f06c..00000000 --- a/src/nonstd/NULL.ref +++ /dev/null @@ -1,2 +0,0 @@ -#include <nonstd/io.h> -REFERENCE(stddef/NULL.c) diff --git a/src/nonstd/fpos_t.ref b/src/nonstd/fpos_t.ref deleted file mode 100644 index 2f233e07..00000000 --- a/src/nonstd/fpos_t.ref +++ /dev/null @@ -1,2 +0,0 @@ -#include <nonstd/io.h> -REFERENCE(stdio/fpos_t.c) diff --git a/src/nonstd/size_t.ref b/src/nonstd/size_t.ref deleted file mode 100644 index 27c403ab..00000000 --- a/src/nonstd/size_t.ref +++ /dev/null @@ -1,2 +0,0 @@ -#include <nonstd/io.h> -REFERENCE(stddef/size_t.c) diff --git a/src/nonstd/stdio.ref b/src/nonstd/stdio.ref new file mode 100644 index 00000000..d6cbdf21 --- /dev/null +++ b/src/nonstd/stdio.ref @@ -0,0 +1,2 @@ +#include <nonstd/io.h> +REFERENCE(<stdio.h>) diff --git a/src/nonstd/va_list.ref b/src/nonstd/va_list.ref deleted file mode 100644 index 84f0e484..00000000 --- a/src/nonstd/va_list.ref +++ /dev/null @@ -1,2 +0,0 @@ -#include <nonstd/io.h> -REFERENCE(stdarg/va_list.c) |
