Include std lib headers before cunit header file
This commit is contained in:
parent
683253e334
commit
8c530f36cb
|
@ -24,10 +24,10 @@
|
|||
*/
|
||||
#include "nghttp2_buffer_test.h"
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
|
||||
#include "nghttp2_buffer.h"
|
||||
#include "nghttp2_net.h"
|
||||
|
||||
|
|
|
@ -24,11 +24,11 @@
|
|||
*/
|
||||
#include "nghttp2_session_test.h"
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
|
||||
#include "nghttp2_session.h"
|
||||
#include "nghttp2_stream.h"
|
||||
#include "nghttp2_net.h"
|
||||
|
|
Loading…
Reference in New Issue