diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-02-28 14:20:16 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-02-28 14:20:16 -0500 |
commit | 5608b687ac1a10b1cc525d8e61d0abfce2f5737d (patch) | |
tree | ea967de71410f76be1b986911df2280978f1c2b3 /src/stdlib/exit.c | |
parent | f2f3448c93487b8a25c044cb0de215b6399b6008 (diff) |
new <nonstd/lib.h>
Diffstat (limited to 'src/stdlib/exit.c')
-rw-r--r-- | src/stdlib/exit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdlib/exit.c b/src/stdlib/exit.c index f69f01c7..501131e4 100644 --- a/src/stdlib/exit.c +++ b/src/stdlib/exit.c @@ -1,7 +1,6 @@ #include <stdlib.h> #include "limits.h" #include "stddef.h" -#include "nonstd/internal.h" #include "nonstd/syscall.h" /** cause normal program termination **/ |