summaryrefslogtreecommitdiffstats
path: root/minadbd/adb_main.cpp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2016-06-17 06:02:38 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-06-17 06:02:39 +0200
commita49c8a19dab9f754521af8a3d9c1787ee588189f (patch)
tree1126911362da59b7040932b40b461b70f7d0183c /minadbd/adb_main.cpp
parentMerge "Remove an abused global so we can actually see logging." (diff)
parentMinor minadbd cleanup. (diff)
downloadandroid_bootable_recovery-a49c8a19dab9f754521af8a3d9c1787ee588189f.tar
android_bootable_recovery-a49c8a19dab9f754521af8a3d9c1787ee588189f.tar.gz
android_bootable_recovery-a49c8a19dab9f754521af8a3d9c1787ee588189f.tar.bz2
android_bootable_recovery-a49c8a19dab9f754521af8a3d9c1787ee588189f.tar.lz
android_bootable_recovery-a49c8a19dab9f754521af8a3d9c1787ee588189f.tar.xz
android_bootable_recovery-a49c8a19dab9f754521af8a3d9c1787ee588189f.tar.zst
android_bootable_recovery-a49c8a19dab9f754521af8a3d9c1787ee588189f.zip
Diffstat (limited to 'minadbd/adb_main.cpp')
-rw-r--r--minadbd/adb_main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/minadbd/adb_main.cpp b/minadbd/adb_main.cpp
index 0694280cb..8e581c2a9 100644
--- a/minadbd/adb_main.cpp
+++ b/minadbd/adb_main.cpp
@@ -19,8 +19,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include "sysdeps.h"
-
#include "adb.h"
#include "adb_auth.h"
#include "transport.h"