Code cleanup, include nghttp2_int.h explicitly to ensure debug macro
This commit is contained in:
parent
7730b13e5a
commit
d2e64317ba
|
@ -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) \
|
||||||
|
|
Loading…
Reference in New Issue