summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/sdlos_unix.c
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2010-01-15 23:28:30 +0000
committer Couriersud <couriersud@users.noreply.github.com>2010-01-15 23:28:30 +0000
commit2a0dcc679e710269db1449d166d6704cf5eeefe1 (patch)
tree761b4d59f14e21307fa68e03007c6fcbc62392c4 /src/osd/sdl/sdlos_unix.c
parent64c285cf17e905bd9b83243bd7b29d5c5d8a30af (diff)
Cosmetic changes, no credit
Diffstat (limited to 'src/osd/sdl/sdlos_unix.c')
-rw-r--r--src/osd/sdl/sdlos_unix.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/osd/sdl/sdlos_unix.c b/src/osd/sdl/sdlos_unix.c
index 88dea54fa65..610d63b3237 100644
--- a/src/osd/sdl/sdlos_unix.c
+++ b/src/osd/sdl/sdlos_unix.c
@@ -9,9 +9,6 @@
//
//============================================================
-// standard sdl header
-//#include <SDL/SDL.h>
-
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
d>1-3/+3 * misc palette cleanups (nw) Dirk Best2015-08-021-1/+0 * Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2 * Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2 * moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3 * oki cleanup (nw) Miodrag Milanovic2013-04-111-2/+4 * added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-2/+3 * unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1 * moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-2/+3 * Modernization of drivers part 6 (no whatsnew) Miodrag Milanovic2013-02-081-0/+1 * avoid some lazy tag lookups (nw) David Haywood2013-01-281-1/+6 * manual cleanup of mame and mess includes (no whatsnew)