include xfile in picirn.h
This commit is contained in:
parent
62988a8c19
commit
7fe109a998
|
@ -34,6 +34,7 @@ extern "C" {
|
|||
#include <stdio.h>
|
||||
|
||||
#include "xhash/xhash.h"
|
||||
#include "xfile/xfile.h"
|
||||
|
||||
#if __STDC_VERSION__ >= 201112L
|
||||
# define NORETURN _Noreturn
|
||||
|
|
|
@ -9,9 +9,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include "xfile/xfile.h"
|
||||
|
||||
enum pic_port_flag {
|
||||
PIC_PORT_IN = 1,
|
||||
PIC_PORT_OUT = 2,
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
#include "picrin.h"
|
||||
#include "picrin/port.h"
|
||||
#include "xfile/xfile.h"
|
||||
|
||||
static pic_value
|
||||
generic_open_file(pic_state *pic, const char *fname, char *mode, short flags)
|
||||
|
|
Loading…
Reference in New Issue