Skip to content

Commit

Permalink
Merge pull request #181 from stanley-cheung/master
Browse files Browse the repository at this point in the history
Change include order
  • Loading branch information
stanley-cheung committed May 3, 2018
2 parents 729a98d + 212cb4a commit efdcca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/grpc/gateway/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#ifndef NET_GRPC_GATEWAY_LOG_H_
#define NET_GRPC_GATEWAY_LOG_H_

#include "third_party/grpc/include/grpc/support/log.h"
#include <inttypes.h>
#include "third_party/grpc/include/grpc/support/log.h"

#define INFO_0(f) gpr_log(GPR_INFO, f);
#define INFO_1(f, v1) gpr_log(GPR_INFO, f, v1);
Expand Down

0 comments on commit efdcca1

Please sign in to comment.