diff options
author | George Hazan <george.hazan@gmail.com> | 2016-02-16 17:52:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-02-16 17:52:23 +0000 |
commit | 40da8fcc882ff988d14e50d204909b2a3b701418 (patch) | |
tree | a4744ab39e778e22666527e2ee36d6fc78eb81bd /libs/libaxolotl | |
parent | d0dd57e34221417130b0fae22b51fa7915f14e0b (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.h | 17 |
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>
|