1
0
Fork 0

Change order of includes for defines

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1103
This commit is contained in:
Sjoerd van der Berg 2003-07-08 20:11:08 +00:00
parent 17d3f15643
commit a9e6d0bacc

View file

@ -16,12 +16,15 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "dosbox.h"
#if C_MODEM
#include <string.h>
#include "SDL_net.h"
#include "dosbox.h"
#include "inout.h"
#include "mixer.h"
#include "dma.h"