Move the system include where it belongs to

This commit is contained in:
Jens Steube
2018-11-04 14:26:19 +01:00
parent 9baf728fe7
commit 3eab677bdf
2 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,6 @@
* License.....: MIT
*/
#include <inttypes.h>
#include "common.h"
#include "types.h"
#include "bitops.h"