summaryrefslogtreecommitdiff
path: root/debuggerd/debuggerd_test.cpp
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2017-05-23 13:20:30 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-05-23 13:20:32 +0000
commit0f185bb1484e22cf270c5807d0228880281e408f (patch)
tree6ba708db1426502aa07da7b8dd001303906ae970 /debuggerd/debuggerd_test.cpp
parenta6bb369cb0b1d20d3c592827a37316315cc2410a (diff)
parent2d377cd6888775fe682e49a1ac34a3a6feb78708 (diff)
Merge "tombstoned: Add a shared library version of libtombstoned_client..."
Diffstat (limited to 'debuggerd/debuggerd_test.cpp')
-rw-r--r--debuggerd/debuggerd_test.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/debuggerd/debuggerd_test.cpp b/debuggerd/debuggerd_test.cpp
index 0b4bbfb60..f17724a40 100644
--- a/debuggerd/debuggerd_test.cpp
+++ b/debuggerd/debuggerd_test.cpp
@@ -35,12 +35,13 @@
#include <android-base/strings.h>
#include <android-base/unique_fd.h>
#include <cutils/sockets.h>
-#include <debuggerd/handler.h>
-#include <debuggerd/protocol.h>
-#include <debuggerd/tombstoned.h>
-#include <debuggerd/util.h>
#include <gtest/gtest.h>
+#include "debuggerd/handler.h"
+#include "protocol.h"
+#include "tombstoned/tombstoned.h"
+#include "util.h"
+
using namespace std::chrono_literals;
using android::base::unique_fd;