diff --git a/jsound.cpp b/jsound.cpp index d0ff059..46b8b89 100644 --- a/jsound.cpp +++ b/jsound.cpp @@ -1,6 +1,5 @@ #include "jsound.h" #include "jfile.h" -#include Mix_Music *music = NULL; char currentMusic[12]; diff --git a/main.cpp b/main.cpp index caa8019..ebd9f8e 100644 --- a/main.cpp +++ b/main.cpp @@ -5,7 +5,6 @@ #include "info.h" #include "modules.h" #include "time.h" -#include #ifndef WIN32 #include diff --git a/modulesequence.cpp b/modulesequence.cpp index 19b75e5..ced054d 100644 --- a/modulesequence.cpp +++ b/modulesequence.cpp @@ -5,7 +5,6 @@ #include "jinput.h" #include "jsound.h" #include -#include #include "info.h" namespace module