Move unix/ and win/ to sys/, so that we can use android/ for android headers without confusion.master
parent
a919944372
commit
95591d2938
@ -1,4 +1,4 @@
|
|||||||
#include "../command.h"
|
#include "../../command.h"
|
||||||
|
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
@ -1,4 +1,4 @@
|
|||||||
#include "../command.h"
|
#include "../../command.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "../strutil.h"
|
#include "../strutil.h"
|
||||||
Loading…
Reference in new issue