aboutsummaryrefslogtreecommitdiff
path: root/examples/ini_file_search.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ini_file_search.c')
-rw-r--r--examples/ini_file_search.c4
1 files changed, 2 insertions, 2 deletions
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 <stdio.h>
#include <stdlib.h>
-#include "../ini_file.h"
-
/*------------------------------------------------------------------------------
* MAIN
*------------------------------------------------------------------------------