Fix includes in tests.
This commit is contained in:
parent
b3f3dfb253
commit
2a9045792b
1 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "cfwobject.h"
|
#include "object.h"
|
||||||
#include "cfwstring.h"
|
#include "string.h"
|
||||||
#include "cfwarray.h"
|
#include "array.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue