Use correct include headers
Some headers are overkilled, and the order should be /* LibC */ include <stdxxx.h> /* Framework */ include <os.h> /* Local */ include "EthUstream.h"
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
#ifndef _CHAIN_CONFIG_H_
|
||||
#define _CHAIN_CONFIG_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "os.h"
|
||||
|
||||
typedef enum chain_kind_e {
|
||||
|
||||
Reference in New Issue
Block a user