Move grpc/alarm.h into grpc_server_test.h
Fixes https://github.com/pagespeed/ngx_pagespeed/issues/1237
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include <sys/time.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <grpc++/alarm.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
||||
@@ -21,7 +21,9 @@
|
||||
#error You must include include httpd.h via apache_httpd_includes.h
|
||||
#endif
|
||||
|
||||
#include <grpc++/alarm.h>
|
||||
// If you are considering adding another gRPC header to this file, see:
|
||||
// https://github.com/pagespeed/ngx_pagespeed/issues/1237
|
||||
|
||||
#include <grpc++/grpc++.h>
|
||||
|
||||
#endif // PAGESPEED_KERNEL_UTIL_GRPC_H_
|
||||
|
||||
Reference in New Issue
Block a user