Merge "adb: win32: fix Unicode console output"
This commit is contained in:
commit
52126a414b
1 changed files with 2 additions and 2 deletions
|
|
@ -16,6 +16,8 @@
|
||||||
|
|
||||||
#define TRACE_TAG ADB
|
#define TRACE_TAG ADB
|
||||||
|
|
||||||
|
#include "sysdeps.h"
|
||||||
|
|
||||||
#include "bugreport.h"
|
#include "bugreport.h"
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
@ -24,8 +26,6 @@
|
||||||
#include <android-base/file.h>
|
#include <android-base/file.h>
|
||||||
#include <android-base/strings.h>
|
#include <android-base/strings.h>
|
||||||
|
|
||||||
#include "sysdeps.h"
|
|
||||||
|
|
||||||
#include "adb_utils.h"
|
#include "adb_utils.h"
|
||||||
#include "client/file_sync_client.h"
|
#include "client/file_sync_client.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue