diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-09 22:05:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-09 22:05:23 +0000 |
commit | 6a92c3c124f9fecf0c95bbce979fc8f7a37f5f4d (patch) | |
tree | e798e32a5817095bfe4e6d9bab37d37ed87e898f /plugins/Clist_modern/src/hdr | |
parent | 244b5197bb98552ab4a9219362f1836379339d4a (diff) |
- unused code removed from clist modern;
- more logs added
git-svn-id: http://svn.miranda-ng.org/main/trunk@11311 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_commonheaders.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_commonheaders.h b/plugins/Clist_modern/src/hdr/modern_commonheaders.h index 8a31646f0a..d8723914e8 100644 --- a/plugins/Clist_modern/src/hdr/modern_commonheaders.h +++ b/plugins/Clist_modern/src/hdr/modern_commonheaders.h @@ -75,6 +75,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <stddef.h>
#include <io.h>
#include <math.h>
+#include <stdio.h>
#include <newpluginapi.h>
#include <m_system_cpp.h>
@@ -94,6 +95,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_xstatus.h>
#include <m_cluiframes.h>
#include <m_modernopt.h>
+#include <m_netlib.h>
#include <m_toptoolbar.h>
#include <m_metacontacts.h>
|