summaryrefslogtreecommitdiff
path: root/include/wolf/port/stdio.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-22 22:35:58 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-22 22:35:58 +0100
commitcac9269b115502071175436828c698d7cb4ddc5c (patch)
tree388a4fca110e82faf3d208e870b45d9fb8511167 /include/wolf/port/stdio.h
parent6d1f4d96890f99c91289ac144b068b0d212405d3 (diff)
downloadwolfbones-cac9269b115502071175436828c698d7cb4ddc5c.tar.gz
wolfbones-cac9269b115502071175436828c698d7cb4ddc5c.tar.bz2
reverted stdio.h
Diffstat (limited to 'include/wolf/port/stdio.h')
-rw-r--r--include/wolf/port/stdio.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/wolf/port/stdio.h b/include/wolf/port/stdio.h
deleted file mode 100644
index 360abaf..0000000
--- a/include/wolf/port/stdio.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __STDIO_H
-#define __STDIO_H
-
-#include "port/sys.h"
-
-#include <stdio.h>
-
-#include "port/snprintf.h"
-
-#endif /* ifndef __STDIO_H */