diff options
-rw-r--r-- | test.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,11 +2,11 @@ * Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com> * SPDX-License-Identifier: MIT */ -#include <stdint.h> #include <assert.h> #include <inttypes.h> -#include <stdio.h> #include <stdbool.h> +#include <stdint.h> +#include <stdio.h> #include "pack.h" |