summaryrefslogtreecommitdiff
path: root/src/basic/siphash24.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-12-01 23:22:03 +0100
committerSven Eden <yamakuzure@gmx.net>2017-05-17 15:22:14 +0200
commitd4b35b9aa181cc5dbd257a4a7cc9f75886a73acc (patch)
tree10738003ce8ef66f688f78c8941aa404536eb938 /src/basic/siphash24.c
parent6506aaf23c48fbc14720073bfeb3e477c37ffd97 (diff)
basic: re-sort includes
My previous patch to only include what we use accidentially placed the added inlcudes in non-sorted order.
Diffstat (limited to 'src/basic/siphash24.c')
-rw-r--r--src/basic/siphash24.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/siphash24.c b/src/basic/siphash24.c
index 0bb61ca2c..8edaae511 100644
--- a/src/basic/siphash24.c
+++ b/src/basic/siphash24.c
@@ -17,8 +17,8 @@
coding style)
*/
-#include "siphash24.h"
#include "macro.h"
+#include "siphash24.h"
#include "unaligned.h"
static inline uint64_t rotate_left(uint64_t x, uint8_t b) {