summaryrefslogtreecommitdiff
path: root/grpc/src/core/lib/gpr/log.cc
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/src/core/lib/gpr/log.cc')
-rw-r--r--grpc/src/core/lib/gpr/log.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/grpc/src/core/lib/gpr/log.cc b/grpc/src/core/lib/gpr/log.cc
index 9400f7c4..d18f52b4 100644
--- a/grpc/src/core/lib/gpr/log.cc
+++ b/grpc/src/core/lib/gpr/log.cc
@@ -18,6 +18,9 @@
#include <grpc/support/port_platform.h>
+#include <stdio.h>
+#include <string.h>
+
#include <grpc/support/alloc.h>
#include <grpc/support/atm.h>
#include <grpc/support/log.h>
@@ -25,9 +28,6 @@
#include "src/core/lib/gpr/string.h"
#include "src/core/lib/gprpp/global_config.h"
-#include <stdio.h>
-#include <string.h>
-
#ifndef GPR_DEFAULT_LOG_VERBOSITY_STRING
#define GPR_DEFAULT_LOG_VERBOSITY_STRING "ERROR"
#endif // !GPR_DEFAULT_LOG_VERBOSITY_STRING