diff options
author | George Hazan <ghazan@miranda.im> | 2019-05-03 12:10:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-05-03 12:10:32 +0300 |
commit | 6e810c355d57695b420debb9a1c1508d3a4d8f88 (patch) | |
tree | fb4d4bcc6b57ce0f8320e97d60b4179e15b9b6d4 /plugins/Import/src/stdafx.h | |
parent | 37688aac67853dc1568182a3497be4c877e3dcdb (diff) |
merge of libmdbx
Diffstat (limited to 'plugins/Import/src/stdafx.h')
-rw-r--r-- | plugins/Import/src/stdafx.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/Import/src/stdafx.h b/plugins/Import/src/stdafx.h index ee80f02412..1e8bd8432a 100644 --- a/plugins/Import/src/stdafx.h +++ b/plugins/Import/src/stdafx.h @@ -35,15 +35,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <win2k.h>
#include <newpluginapi.h>
#include <m_langpack.h>
-#include <m_system.h>
-#include <m_database.h>
-#include <m_protosvc.h>
-#include <m_icolib.h>
#include <m_clist.h>
#include <m_db_int.h>
-#include <m_metacontacts.h>
-#include <m_import.h>
+#include <m_database.h>
#include <m_gui.h>
+#include <m_icolib.h>
+#include <m_import.h>
+#include <m_metacontacts.h>
+#include <m_netlib.h>
+#include <m_protosvc.h>
#include "../../../libs/Pcre16/src/pcre.h"
|