X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsdlemu_config.cpp;h=aa971c1c92c287094c7b492176edc1b905001d0e;hb=4beff2f35f649bb0befa58c8a89fdd702b3c9b4f;hp=75d764430dd98880da08d3fd0725178fad24dfb5;hpb=491601be2156a87835410fcc0ff59cf1f306cab7;p=virtualjaguar diff --git a/src/sdlemu_config.cpp b/src/sdlemu_config.cpp index 75d7644..aa971c1 100644 --- a/src/sdlemu_config.cpp +++ b/src/sdlemu_config.cpp @@ -16,11 +16,14 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - -#include + +#include "sdlemu_config.h" + +#include // For atoi() +#include // For fopen() and friends +#include // For strcmp() #include #include -#include "sdlemu_config.h" using namespace std;