diff options
| author | Tomasz Kramkowski <tk@the-tk.com> | 2020-09-12 10:52:17 +0100 |
|---|---|---|
| committer | Tomasz Kramkowski <tk@the-tk.com> | 2020-09-12 10:52:17 +0100 |
| commit | 69d739059816797ee95602c86c40ada4ac522967 (patch) | |
| tree | d8ebea84f8eb792ac784a3664e2efe76cc1a769f | |
| parent | 3b6589888b43b2c46cee2e6aa38a5d2cdcbd3539 (diff) | |
| download | pack-69d739059816797ee95602c86c40ada4ac522967.tar.gz pack-69d739059816797ee95602c86c40ada4ac522967.tar.xz pack-69d739059816797ee95602c86c40ada4ac522967.zip | |
test.c: Sort headers alphabetically
| -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" |
