Skip to content

Commit

Permalink
Fixed some compile warnings
Browse files Browse the repository at this point in the history
Fixes #1861
Thanks to @rubie123
  • Loading branch information
Lemongrass3110 committed Jan 11, 2017
1 parent 4da04a7 commit a73814e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/map/script.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@
#include "elemental.h"

#include <math.h>
#ifndef WIN32
#endif

#include <stdlib.h> // atoi, strtol, strtoll, exit
#include <setjmp.h>
#include <errno.h>

Expand Down

0 comments on commit a73814e

Please sign in to comment.