Commit d2e64317 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Code cleanup, include nghttp2_int.h explicitly to ensure debug macro

parent 7730b13e
...@@ -28,9 +28,8 @@ ...@@ -28,9 +28,8 @@
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>
//#include "nghttp2_frame.h"
#include "nghttp2_helper.h" #include "nghttp2_helper.h"
//#include "nghttp2_int.h" #include "nghttp2_int.h"
/* Make scalar initialization form of nghttp2_nv */ /* Make scalar initialization form of nghttp2_nv */
#define MAKE_STATIC_ENT(I, N, V, NH, VH) \ #define MAKE_STATIC_ENT(I, N, V, NH, VH) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment