mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
fix include order
This commit is contained in:
@ -18,14 +18,16 @@
|
|||||||
/* *************************************
|
/* *************************************
|
||||||
* Includes
|
* Includes
|
||||||
***************************************/
|
***************************************/
|
||||||
|
/* this must be included first */
|
||||||
|
#include "platform.h" /* Large Files support, compiler specifics */
|
||||||
|
|
||||||
|
/* then following system includes */
|
||||||
#include <assert.h> /* assert */
|
#include <assert.h> /* assert */
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdio.h> /* fprintf, fopen */
|
#include <stdio.h> /* fprintf, fopen */
|
||||||
#include <stdlib.h> /* malloc, free */
|
#include <stdlib.h> /* malloc, free */
|
||||||
#include <string.h> /* memset, strerror */
|
#include <string.h> /* memset, strerror */
|
||||||
#include "platform.h" /* Large Files support */
|
|
||||||
#include "util.h" /* UTIL_getFileSize, UTIL_sleep */
|
#include "util.h" /* UTIL_getFileSize, UTIL_sleep */
|
||||||
|
|
||||||
#include "../lib/common/mem.h"
|
#include "../lib/common/mem.h"
|
||||||
#include "benchfn.h"
|
#include "benchfn.h"
|
||||||
#include "timefn.h" /* UTIL_time_t */
|
#include "timefn.h" /* UTIL_time_t */
|
||||||
|
Reference in New Issue
Block a user