Merge "Remove libbase\'s libutils dependency."
am: b3a77b1198
* commit 'b3a77b119858b9f5a1267b7c41b6646032f12db9':
Remove libbase's libutils dependency.
This commit is contained in:
commit
0a475f8dd2
1 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include "android-base/logging.h"
|
||||
#include "android-base/test_utils.h"
|
||||
#include "utils/Compat.h" // For OS_PATH_SEPARATOR.
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
|
|
@ -27,6 +26,9 @@
|
|||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#include <direct.h>
|
||||
#define OS_PATH_SEPARATOR '\\'
|
||||
#else
|
||||
#define OS_PATH_SEPARATOR '/'
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue