moved stdio.h include out of header file.
This commit is contained in:
parent
e56c46b95c
commit
f89903d529
2 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
#include <stdio.h>
|
||||
#include "io.h"
|
||||
#include <stdlib.h>
|
||||
long myFseek(FILE * f, long offset, int whence) {
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <lladd/common.h>
|
||||
|
||||
BEGIN_C_DECLS
|
||||
|
|
Loading…
Reference in a new issue