Fix include order

adb_hint
Romain Vimont 4 years ago
parent 83d48267a7
commit a8ceaf5284

@ -1,11 +1,11 @@
#include "command.h"
#include <sys/stat.h>
#include "config.h"
#include "util/log.h"
#include "util/str_util.h"
#include <sys/stat.h>
static int
build_cmd(char *cmd, size_t len, const char *const argv[]) {
// Windows command-line parsing is WTF:

Loading…
Cancel
Save