mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +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
|
||||
#include "devcpu.h"
|
||||
|
||||
// networking
|
||||
#include "network.h"
|
||||
|
||||
// the running machine
|
||||
#include "mame.h"
|
||||
#include "machine.h"
|
||||
|
@ -84,6 +84,7 @@
|
||||
#include "debug/debugvw.h"
|
||||
#include "image.h"
|
||||
#include "luaengine.h"
|
||||
#include "network.h"
|
||||
#include <time.h>
|
||||
|
||||
#if defined(EMSCRIPTEN)
|
||||
|
@ -9,10 +9,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __EMU_H__
|
||||
#error Dont include this file directly; include emu.h instead.
|
||||
#endif
|
||||
|
||||
#ifndef __NETWORK_H__
|
||||
#define __NETWORK_H__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user