Move ADB code to adb/

This commit is contained in:
Romain Vimont
2022-02-03 22:46:24 +01:00
parent c460243ce2
commit 7810ca61b0
12 changed files with 8 additions and 10 deletions

View File

@@ -7,8 +7,7 @@
#include <stdbool.h>
#include <stdint.h>
#include "adb.h"
#include "adb_tunnel.h"
#include "adb/adb_tunnel.h"
#include "coords.h"
#include "options.h"
#include "util/intr.h"