diff options
Diffstat (limited to 'updater/common.h')
-rw-r--r-- | updater/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/updater/common.h b/updater/common.h index b62bab7..3672961 100644 --- a/updater/common.h +++ b/updater/common.h @@ -37,12 +37,12 @@ #include <m_netlib.h>
#include <m_utils.h>
#include <m_clist.h>
+#include <m_icoLib.h>
//#include "../mwclist/m_clist.h"
//#include <m_genmenu.h>
#include <m_updater.h>
#include <m_trigger.h>
-#include "IcoLib.h"
#include <m_folders.h>
@@ -183,3 +183,4 @@ static int __inline NLog(char *msg) { #endif
+
|