move #include <stdint.h> after module-specific includes

Rohit Grover 2016-06-10 11:42:33 +01:00
parent 20e945874b
commit 306c5939af
1 changed files with 1 additions and 1 deletions

View File

@ -22,8 +22,8 @@
extern "C" {
#endif // __cplusplus
#include <stdint.h>
#include "storage_abstraction/Driver_Storage.h"
#include <stdint.h>
/**
* General return codes. All Flash-Journal APIs return an int32_t to allow for