summaryrefslogtreecommitdiff
path: root/libs/libaxolotl
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-02-16 17:52:23 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-02-16 17:52:23 +0000
commit40da8fcc882ff988d14e50d204909b2a3b701418 (patch)
treea4744ab39e778e22666527e2ee36d6fc78eb81bd /libs/libaxolotl
parentd0dd57e34221417130b0fae22b51fa7915f14e0b (diff)
warning fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@16287 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'libs/libaxolotl')
-rw-r--r--libs/libaxolotl/src/stdafx.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/libs/libaxolotl/src/stdafx.h b/libs/libaxolotl/src/stdafx.h
index 7d01dea2a1..02c32e3caf 100644
--- a/libs/libaxolotl/src/stdafx.h
+++ b/libs/libaxolotl/src/stdafx.h
@@ -21,21 +21,4 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include <windows.h>
-
-#include <malloc.h>
#include <stdio.h>
-#include <time.h>
-#include <stddef.h>
-#include <process.h>
-#include <io.h>
-#include <limits.h>
-#include <string.h>
-#include <locale.h>
-#include <direct.h>
-
-#include <m_system.h>
-#include <m_system_cpp.h>
-
-#include <m_string.h>
-#include <m_json.h>