summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar Craig Fields <cfields@mit.edu>1994-12-20 23:40:25 +0000
committerGravatar Craig Fields <cfields@mit.edu>1994-12-20 23:40:25 +0000
commitc67ff8e7db377f64b36800d27aa380f1ab480646 (patch)
tree2a1788ea54d89ddd7cdc920fbe0d539586f886ec /h/zephyr
parent0301c74dd55d0870c42cbb835d2a8a9d6b3a7479 (diff)
Apparently moved a couple of includes to a header file.
Diffstat (limited to 'h/zephyr')
-rw-r--r--h/zephyr/zephyr.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index 983f097..50c6b43 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -15,13 +15,8 @@
#ifndef __ZEPHYR_H__
#define __ZEPHYR_H__
-#ifdef POSIX
-#include <unistd.h>
-#include <stdlib.h>
-#endif
-
-#include <zephyr/zephyr_err.h>
#include <zephyr/zephyr_conf.h>
+#include <zephyr/zephyr_err.h>
#include <errno.h>
#include <sys/types.h>