diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 15:46:35 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 15:46:35 +1100 |
| commit | f26533e666945befedcdc71952a5a3fca1c4c666 (patch) | |
| tree | 6d068bed2393ad2ad3e3b158604e1fcd394cdf76 /include/tinyff/image/bmp.h | |
| parent | c9977fd038d10c50abcfa2f92e07bc5401737bec (diff) | |
refactor(*): Change include brackets from "" to <>
Diffstat (limited to 'include/tinyff/image/bmp.h')
| -rw-r--r-- | include/tinyff/image/bmp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tinyff/image/bmp.h b/include/tinyff/image/bmp.h index 194e0f2..6623b1b 100644 --- a/include/tinyff/image/bmp.h +++ b/include/tinyff/image/bmp.h @@ -7,9 +7,9 @@ #include <stdlib.h> -#include "tinyff/result.h" -#include "tinyff/stream.h" -#include "tinyff/image/generic.h" +#include <tinyff/result.h> +#include <tinyff/stream.h> +#include <tinyff/image/generic.h> static const unsigned char BMP_SIGNATURE[2] = { 'B', 'M' |
