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

@@ -3,7 +3,7 @@
#include <assert.h>
#include <string.h>
#include "adb.h"
#include "adb/adb.h"
#include "util/log.h"
#include "util/process_intr.h"