misc_functions cleanup

This commit is contained in:
Akkadius 2014-12-15 22:21:44 -06:00
parent de32970d6f
commit f8a1825845
2 changed files with 3 additions and 3 deletions

View File

@ -15,11 +15,13 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "../common/debug.h"
#include "misc_functions.h"
#include <string.h>
#include <time.h>
#include <math.h>
#ifndef WIN32
#include <netinet/in.h>
#include <sys/socket.h>

View File

@ -19,8 +19,6 @@
#define MISCFUNCTIONS_H
#include "types.h"
#include <stdio.h>
#include <ctype.h>
#include <string>
#include <time.h>