|
|
|
@ -31,11 +31,7 @@ |
|
|
|
|
// Author: kenton@google.com (Kenton Varda)
|
|
|
|
|
|
|
|
|
|
#include <google/protobuf/stubs/common.h> |
|
|
|
|
#include <google/protobuf/stubs/once.h> |
|
|
|
|
#include <google/protobuf/stubs/status.h> |
|
|
|
|
#include <google/protobuf/stubs/stringpiece.h> |
|
|
|
|
#include <google/protobuf/stubs/strutil.h> |
|
|
|
|
#include <google/protobuf/stubs/int128.h> |
|
|
|
|
|
|
|
|
|
#include <errno.h> |
|
|
|
|
#include <sstream> |
|
|
|
|
#include <stdio.h> |
|
|
|
@ -54,6 +50,15 @@ |
|
|
|
|
#include <android/log.h> |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#include <google/protobuf/stubs/callback.h> |
|
|
|
|
#include <google/protobuf/stubs/logging.h> |
|
|
|
|
#include <google/protobuf/stubs/mutex.h> |
|
|
|
|
#include <google/protobuf/stubs/once.h> |
|
|
|
|
#include <google/protobuf/stubs/status.h> |
|
|
|
|
#include <google/protobuf/stubs/stringpiece.h> |
|
|
|
|
#include <google/protobuf/stubs/strutil.h> |
|
|
|
|
#include <google/protobuf/stubs/int128.h> |
|
|
|
|
|
|
|
|
|
#include <google/protobuf/port_def.inc> |
|
|
|
|
|
|
|
|
|
namespace google { |
|
|
|
|