diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-24 14:43:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-24 14:43:13 +0300 |
commit | 7394160d234881ab31ba5f5e996e052ef5002b6c (patch) | |
tree | 90b865af18ffe90615b9e59b3493e0be57e503c0 /plugins/DbEditorPP/src/stdafx.h | |
parent | 4854f0db22d0648823d30bc2f1f56b056d893b97 (diff) |
dbeditor: unneeded array removed
Diffstat (limited to 'plugins/DbEditorPP/src/stdafx.h')
-rw-r--r-- | plugins/DbEditorPP/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbEditorPP/src/stdafx.h b/plugins/DbEditorPP/src/stdafx.h index f573d1739c..2f649a7d2d 100644 --- a/plugins/DbEditorPP/src/stdafx.h +++ b/plugins/DbEditorPP/src/stdafx.h @@ -24,6 +24,7 @@ #include <m_database.h>
#include <m_db_int.h>
#include <m_system.h>
+#include <m_netlib.h>
#include <m_protocols.h>
#include <m_userinfo.h>
#include <m_options.h>
@@ -282,7 +283,6 @@ int LoadResidentSettings(); void FreeResidentSettings();
int IsResidentSetting(const char *module, const char *setting);
int EnumResidentSettings(const char *module, ModuleSettingLL *msll);
-int EnumResidentModules(ModuleSettingLL *msll);
int fixResidentSettings();
// icons
|