Remove useless extern "C"

This commit is contained in:
Tatsuhiro Tsujikawa 2013-01-05 23:20:18 +09:00
parent 58f92d48c9
commit 6a4a0e7f8c
1 changed files with 0 additions and 2 deletions

View File

@ -29,9 +29,7 @@
#include <stdint.h> #include <stdint.h>
extern "C" {
#include "http-parser/http_parser.h" #include "http-parser/http_parser.h"
}
#include "shrpx_upstream.h" #include "shrpx_upstream.h"