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:
@@ -23,9 +23,12 @@
|
||||
* @date 8th of March 2016
|
||||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "os.h"
|
||||
#include "cx.h"
|
||||
#include <stdbool.h>
|
||||
#include "ethUtils.h"
|
||||
#include "chainConfig.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user