moved stdio.h include out of header file.

This commit is contained in:
Sears Russell 2006-06-13 22:38:25 +00:00
parent e56c46b95c
commit f89903d529
2 changed files with 1 additions and 1 deletions

View file

@ -1,3 +1,4 @@
#include <stdio.h>
#include "io.h"
#include <stdlib.h>
long myFseek(FILE * f, long offset, int whence) {

View file

@ -5,7 +5,6 @@
*/
#include <stdio.h>
#include <lladd/common.h>
BEGIN_C_DECLS