summaryrefslogtreecommitdiff
path: root/tests/crc32_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/crc32_test.c')
-rw-r--r--tests/crc32_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/crc32_test.c b/tests/crc32_test.c
index a9631a58..aeb48b34 100644
--- a/tests/crc32_test.c
+++ b/tests/crc32_test.c
@@ -3,9 +3,9 @@
* found in the LICENSE file.
*/
-#include "crc32_test.h"
#include "cgptlib_test.h"
#include "crc32.h"
+#include "crc32_test.h"
#include "test_common.h"
#include "utility.h"