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:
Clément Péron
2019-01-04 10:31:57 +01:00
parent 662c902a5c
commit f75adced1d
8 changed files with 19 additions and 6 deletions

View File

@@ -18,7 +18,8 @@
#ifndef _ETHUTILS_H_
#define _ETHUTILS_H_
#include "os.h"
#include <stdint.h>
#include "cx.h"
/**