equal
deleted
inserted
replaced
1 #include "cfg.h" |
1 #include "cfg.h" |
2 |
2 |
3 #include "../iniparser/iniparser.h" |
3 #include "../iniparser/iniparser.h" |
4 #include "../iniparser/dictionary.h" |
4 #include "../iniparser/dictionary.h" |
5 #include "../ini/inihelper.h" |
5 #include "../util/inihelper.h" |
6 #include "../logging.h" |
6 #include "../util/logging.h" |
7 #include "../util.h" |
7 #include "../util/util.h" |
8 |
8 |
9 #include <stdio.h> |
9 #include <stdio.h> |
10 |
10 |
11 static void freeCfgMeta(flib_cfg_meta *cfg) { |
11 static void freeCfgMeta(flib_cfg_meta *cfg) { |
12 if(cfg) { |
12 if(cfg) { |