diff --git a/common/misc_functions.cpp b/common/misc_functions.cpp index 81fc2434b..18171c0a8 100644 --- a/common/misc_functions.cpp +++ b/common/misc_functions.cpp @@ -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 #include -#include + #ifndef WIN32 #include #include diff --git a/common/misc_functions.h b/common/misc_functions.h index a013423ff..610a86b04 100644 --- a/common/misc_functions.h +++ b/common/misc_functions.h @@ -19,8 +19,6 @@ #define MISCFUNCTIONS_H #include "types.h" -#include -#include #include #include