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" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "picrin.h"
|
|
||||||
#include "picrin/proc.h"
|
|
||||||
|
|
||||||
struct pic_var {
|
struct pic_var {
|
||||||
PIC_OBJECT_HEADER
|
PIC_OBJECT_HEADER
|
||||||
pic_value value;
|
pic_value value;
|
||||||
|
|
Loading…
Reference in New Issue