Merge "adb: win32: fix Unicode console output"

This commit is contained in:
Treehugger Robot 2018-08-01 05:25:09 +00:00 committed by Gerrit Code Review
commit 52126a414b
1 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,8 @@
#define TRACE_TAG ADB
#include "sysdeps.h"
#include "bugreport.h"
#include <string>
@ -24,8 +26,6 @@
#include <android-base/file.h>
#include <android-base/strings.h>
#include "sysdeps.h"
#include "adb_utils.h"
#include "client/file_sync_client.h"