From 05ccd4bca756db669fd60d678a7485354eaab424 Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Tue, 18 Jun 2024 18:14:05 +0300 Subject: [PATCH] fwrite_le.h: move `#include`s inside the `#ifdef` block --- include/fwrite_le.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/fwrite_le.h b/include/fwrite_le.h index 69e52b1..76127a3 100644 --- a/include/fwrite_le.h +++ b/include/fwrite_le.h @@ -1,11 +1,11 @@ +#ifndef _FWRITE_LE_H +#define _FWRITE_LE_H + #include #include #include #include -#ifndef _FWRITE_LE_H -#define _FWRITE_LE_H - #define FWRITE_LE_NO_MODIFICATION 0 #define DETECTED_LITTLE_ENDIAN 0