changed include to configfile_fk.h when needed

This commit is contained in:
Vincent-FK 2021-04-14 17:03:45 +02:00
parent 5a161d92d7
commit de8a8a23fc
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#include <assert.h>
#include <ctype.h>
#include "configfile.h"
#include "configfile_fk.h"
#define ARRAY_LEN(arr) (sizeof(arr) / sizeof(arr[0]))

View File

@ -21,7 +21,7 @@
#include "../libpicofe/lprintf.h"
#include "../libpicofe/plat.h"
#include "emu.h"
#include "configfile.h"
#include "configfile_fk.h"
#include "input_pico.h"
#include "menu_pico.h"
#include "config_file.h"