do not put includes in header, but put it in c file
This commit is contained in:
parent
1aa47ad45a
commit
4522dd47af
|
@ -9,9 +9,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "picrin.h"
|
||||
#include "picrin/proc.h"
|
||||
|
||||
struct pic_var {
|
||||
PIC_OBJECT_HEADER
|
||||
pic_value value;
|
||||
|
|
Loading…
Reference in New Issue