Move the system include where it belongs to

pull/1766/head
Jens Steube 6 years ago
parent 9baf728fe7
commit 3eab677bdf

@ -11,6 +11,7 @@
#include <string.h>
#include <errno.h>
#include <limits.h>
#include <inttypes.h>
/**
* zero hashes shutcut

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

Loading…
Cancel
Save