From db354b228a11b7fd24201f221c8c21a0c5878f8f Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 26 May 2014 07:34:03 +0200 Subject: [PATCH] Remove unused include (stdint.h) --- lib/nghttp2_int.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/nghttp2_int.h b/lib/nghttp2_int.h index 2a77ed4f..b03c0810 100644 --- a/lib/nghttp2_int.h +++ b/lib/nghttp2_int.h @@ -29,8 +29,6 @@ # include #endif /* HAVE_CONFIG_H */ -#include - /* Macros, types and constants for internal use */ #ifdef DEBUGBUILD