no need to include network.h (nw)

This commit is contained in:
Miodrag Milanovic 2015-11-06 16:08:28 +01:00
parent 9c96282b3b
commit 7e91d39640
3 changed files with 1 additions and 7 deletions

View File

@ -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"

View File

@ -84,6 +84,7 @@
#include "debug/debugvw.h"
#include "image.h"
#include "luaengine.h"
#include "network.h"
#include <time.h>
#if defined(EMSCRIPTEN)

View File

@ -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__