summaryrefslogtreecommitdiff
path: root/adb/daemon/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'adb/daemon/main.cpp')
-rw-r--r--adb/daemon/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/daemon/main.cpp b/adb/daemon/main.cpp
index 1a39f6afc..6382b6789 100644
--- a/adb/daemon/main.cpp
+++ b/adb/daemon/main.cpp
@@ -34,9 +34,9 @@
#include <libminijail.h>
#include <scoped_minijail.h>
-#include "debuggerd/client.h"
#include <private/android_filesystem_config.h>
#include <private/android_logger.h>
+#include "debuggerd/handler.h"
#include "selinux/android.h"
#include "adb.h"