diff options
| author | Damien George | 2014-05-03 13:24:21 +0100 |
|---|---|---|
| committer | Damien George | 2014-05-03 13:24:21 +0100 |
| commit | 5874c1c92baac65834c4684e913ca0a7d8db8f50 (patch) | |
| tree | 10e220915d654cf862ed73cefeed3366560857f6 /stmhal/modos.c | |
| parent | e88814a27492c41791bf2a10cd452340b54b66e5 (diff) | |
stmhal: Remove #include <stdint.h> from mpconfigport.h.
Make include dependencies neater, and adheres to the coding convention
that headers should not include headers.
Diffstat (limited to 'stmhal/modos.c')
| -rw-r--r-- | stmhal/modos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/modos.c b/stmhal/modos.c index 076a28782..3594cbc3a 100644 --- a/stmhal/modos.c +++ b/stmhal/modos.c @@ -1,3 +1,4 @@ +#include <stdint.h> #include <string.h> #include "mpconfig.h" |
