From 6a4a0e7f8ceb8878988966e759799eb16ee9c6c7 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 5 Jan 2013 23:20:18 +0900 Subject: [PATCH] Remove useless extern "C" --- src/shrpx_https_upstream.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shrpx_https_upstream.h b/src/shrpx_https_upstream.h index bbea055e..09787d6d 100644 --- a/src/shrpx_https_upstream.h +++ b/src/shrpx_https_upstream.h @@ -29,9 +29,7 @@ #include -extern "C" { #include "http-parser/http_parser.h" -} #include "shrpx_upstream.h"