summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-08-19 06:13:26 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-08-19 06:13:26 +0000
commit8b8585328ccd7cce93fbdeb4ac6197f05818a5ab (patch)
tree0c56f03458f53df4b7422138b68b4bdfa319e161 /src/osd
parent7b53d0a62e19d1fe5b0a62c5c024496ca3ccdff9 (diff)
From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr]
Subject: Profiler related Hi, here is a smalll patch that : - remove include "profiler.h" to files that do not use profiling function * emu/machine/laserdsc.c * osd/windows/video.c - use PROFILER_USER2 instead of PROFILER_USER1 in mame/video/tx1.c USER1 was used twice, USER3 once. I guess that USER1 should be used only once and USER2 used in the 2nd place - remove unused MACRO in emu/memory.c Best regards, Christophe JAILLET
Diffstat (limited to 'src/osd')
-rw-r--r--src/osd/windows/video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osd/windows/video.c b/src/osd/windows/video.c
index b82378df18b..d1274ce55bb 100644
--- a/src/osd/windows/video.c
+++ b/src/osd/windows/video.c
@@ -22,7 +22,6 @@
// MAME headers
#include "osdepend.h"
#include "driver.h"
-#include "profiler.h"
#include "video/vector.h"
#include "render.h"
#include "rendutil.h"