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

This commit is contained in:
Tatsuhiro Tsujikawa 2014-04-30 22:02:37 +09:00
parent 7730b13e5a
commit d2e64317ba
1 changed files with 1 additions and 2 deletions

View File

@ -28,9 +28,8 @@
#include <assert.h>
#include <stdio.h>
//#include "nghttp2_frame.h"
#include "nghttp2_helper.h"
//#include "nghttp2_int.h"
#include "nghttp2_int.h"
/* Make scalar initialization form of nghttp2_nv */
#define MAKE_STATIC_ENT(I, N, V, NH, VH) \