summaryrefslogtreecommitdiffstats
path: root/minadbd/minadbd_services_test.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-09-27 01:19:32 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-09-27 01:19:32 +0200
commite0cb5d5c1e3fecd0101fbfdab3b229e48b34a984 (patch)
tree2fa17f82041bb368389eec8b488e7304d5661ebc /minadbd/minadbd_services_test.cpp
parentMerge "Use libcrypto_static instead of libcrypto" am: 4c4c7dc26b (diff)
parentMerge "minadbd: Export minadbd/types.h to libinstall." (diff)
downloadandroid_bootable_recovery-e0cb5d5c1e3fecd0101fbfdab3b229e48b34a984.tar
android_bootable_recovery-e0cb5d5c1e3fecd0101fbfdab3b229e48b34a984.tar.gz
android_bootable_recovery-e0cb5d5c1e3fecd0101fbfdab3b229e48b34a984.tar.bz2
android_bootable_recovery-e0cb5d5c1e3fecd0101fbfdab3b229e48b34a984.tar.lz
android_bootable_recovery-e0cb5d5c1e3fecd0101fbfdab3b229e48b34a984.tar.xz
android_bootable_recovery-e0cb5d5c1e3fecd0101fbfdab3b229e48b34a984.tar.zst
android_bootable_recovery-e0cb5d5c1e3fecd0101fbfdab3b229e48b34a984.zip
Diffstat (limited to 'minadbd/minadbd_services_test.cpp')
-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 {