summaryrefslogtreecommitdiffstats
path: root/minadbd/minadbd_services_test.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-09-26 09:02:29 +0200
committerTao Bao <tbao@google.com>2019-09-26 09:04:11 +0200
commit3305d48b0be5c6d1578e04e9835c236335a40a9f (patch)
treea915156abf0d4251bfc8710650d6f791370e419d /minadbd/minadbd_services_test.cpp
parentMerge "applypatch: Add backup_source parameter to PatchPartition." (diff)
downloadandroid_bootable_recovery-3305d48b0be5c6d1578e04e9835c236335a40a9f.tar
android_bootable_recovery-3305d48b0be5c6d1578e04e9835c236335a40a9f.tar.gz
android_bootable_recovery-3305d48b0be5c6d1578e04e9835c236335a40a9f.tar.bz2
android_bootable_recovery-3305d48b0be5c6d1578e04e9835c236335a40a9f.tar.lz
android_bootable_recovery-3305d48b0be5c6d1578e04e9835c236335a40a9f.tar.xz
android_bootable_recovery-3305d48b0be5c6d1578e04e9835c236335a40a9f.tar.zst
android_bootable_recovery-3305d48b0be5c6d1578e04e9835c236335a40a9f.zip
Diffstat (limited to '')
-rw-r--r--minadbd/minadbd_services_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/minadbd_services_test.cpp b/minadbd/minadbd_services_test.cpp
index f87873792..b694a57d1 100644
--- a/minadbd/minadbd_services_test.cpp
+++ b/minadbd/minadbd_services_test.cpp
@@ -35,8 +35,8 @@
#include "adb_io.h"
#include "fuse_adb_provider.h"
#include "fuse_sideload.h"
+#include "minadbd/types.h"
#include "minadbd_services.h"
-#include "minadbd_types.h"
#include "socket.h"
class MinadbdServicesTest : public ::testing::Test {