Common: Cleanup memory and misc includes.

This commit is contained in:
Emmanuel Gil Peyrot 2015-06-21 13:12:49 +01:00
parent 3a771a13dc
commit 2d044a67c9
10 changed files with 22 additions and 25 deletions

View file

@ -2,12 +2,13 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "common/common_funcs.h"
#include <cstddef>
#ifdef _WIN32
#include <windows.h>
#else
#include <string.h>
#include <cerrno>
#include <cstring>
#endif
// Neither Android nor OS X support TLS