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,7 +18,8 @@
|
||||
#ifndef _ETHUTILS_H_
|
||||
#define _ETHUTILS_H_
|
||||
|
||||
#include "os.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#include "cx.h"
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user