Remove include google/protobuf/message.h as it should be covered in config.h
diff --git a/include/grpc++/server_context.h b/include/grpc++/server_context.h
index 9387f4a..a986fff 100644
--- a/include/grpc++/server_context.h
+++ b/include/grpc++/server_context.h
@@ -37,7 +37,7 @@
 #include <chrono>
 #include <map>
 
-#include "config.h"
+#include <grpc++/config.h>
 
 struct gpr_timespec;
 struct grpc_metadata;