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:
parent
17d3f15643
commit
a9e6d0bacc
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue