mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
no need to include network.h (nw)
This commit is contained in:
parent
9c96282b3b
commit
7e91d39640
@ -85,9 +85,6 @@ typedef device_t * (*machine_config_constructor)(machine_config &config, device_
|
|||||||
// timers, CPU and scheduling
|
// timers, CPU and scheduling
|
||||||
#include "devcpu.h"
|
#include "devcpu.h"
|
||||||
|
|
||||||
// networking
|
|
||||||
#include "network.h"
|
|
||||||
|
|
||||||
// the running machine
|
// the running machine
|
||||||
#include "mame.h"
|
#include "mame.h"
|
||||||
#include "machine.h"
|
#include "machine.h"
|
||||||
|
@ -84,6 +84,7 @@
|
|||||||
#include "debug/debugvw.h"
|
#include "debug/debugvw.h"
|
||||||
#include "image.h"
|
#include "image.h"
|
||||||
#include "luaengine.h"
|
#include "luaengine.h"
|
||||||
|
#include "network.h"
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#if defined(EMSCRIPTEN)
|
#if defined(EMSCRIPTEN)
|
||||||
|
@ -9,10 +9,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __EMU_H__
|
|
||||||
#error Dont include this file directly; include emu.h instead.
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef __NETWORK_H__
|
#ifndef __NETWORK_H__
|
||||||
#define __NETWORK_H__
|
#define __NETWORK_H__
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user