]> git.sesse.net Git - plocate/blobdiff - turbopfor.cpp
clang-format again (IWYU and clang-format seemingly disagree).
[plocate] / turbopfor.cpp
index 8deebd94d10f4d435f8e5bf0260930d0b7899c73..8a91c33144d2843cf2d15d3277407bcb54066110 100644 (file)
@@ -1,9 +1,9 @@
+#include <algorithm>
 #include <assert.h>
 #include <endian.h>
 #include <stdint.h>
 #include <string.h>
 #include <strings.h>
-#include <algorithm>
 
 #if defined(__i386__) || defined(__x86_64__)
 #define COULD_HAVE_SSE2