summaryrefslogtreecommitdiff
path: root/debuggerd/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'debuggerd/util.cpp')
-rw-r--r--debuggerd/util.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/debuggerd/util.cpp b/debuggerd/util.cpp
index 32d2f1880..c6a997bef 100644
--- a/debuggerd/util.cpp
+++ b/debuggerd/util.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "debuggerd/util.h"
+#include "util.h"
#include <sys/socket.h>
@@ -22,7 +22,7 @@
#include <android-base/unique_fd.h>
#include <cutils/sockets.h>
-#include <debuggerd/protocol.h>
+#include "protocol.h"
using android::base::unique_fd;