From a33d389310a35bc181583b0f25dbf742e67295e9 Mon Sep 17 00:00:00 2001 From: Clecio Jung Date: Fri, 24 Mar 2023 18:18:19 -0300 Subject: USing macros to avoid code repetition --- examples/ini_file_search.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/ini_file_search.c') diff --git a/examples/ini_file_search.c b/examples/ini_file_search.c index b36a9dc..674631f 100644 --- a/examples/ini_file_search.c +++ b/examples/ini_file_search.c @@ -3,11 +3,11 @@ *------------------------------------------------------------------------------ */ +#include "../ini_file.h" + #include #include -#include "../ini_file.h" - /*------------------------------------------------------------------------------ * MAIN *------------------------------------------------------------------------------ -- cgit v1.2.3