summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdnet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/osdnet.h')
-rw-r--r--src/osd/osdnet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/osdnet.h b/src/osd/osdnet.h
index 8dacfe29fdb..9725d76536c 100644
--- a/src/osd/osdnet.h
+++ b/src/osd/osdnet.h
@@ -1,10 +1,10 @@
// license:BSD-3-Clause
// copyright-holders:Carl
-#include "emu.h"
-
#ifndef __OSDNET_H__
#define __OSDNET_H__
+#include "emu.h"
+
class osd_netdev;
#define CREATE_NETDEV(name) class osd_netdev *name(const char *ifname, class device_network_interface *ifdev, int rate)