Move grpc/alarm.h into grpc_server_test.h

Fixes https://github.com/pagespeed/ngx_pagespeed/issues/1237
This commit is contained in:
Steve Hill
2016-08-08 10:47:59 -04:00
parent 4aa8e3d267
commit 626c985567
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@
#include <sys/time.h>
#include <stdlib.h>
#include <unistd.h>
#include <grpc++/alarm.h>
#include <memory>
+3 -1
View File
@@ -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_