diff options
author | 2009-12-21 23:09:02 +0000 | |
---|---|---|
committer | 2009-12-21 23:09:02 +0000 | |
commit | 2fd263c18b4697eb7b1ff14364445ae604964496 (patch) | |
tree | 0919cf2762aa99cf30b4628f71e4066c85ad07a7 /makefile | |
parent | 6e99f3e7c872f5f5226a54e3446de2e579dc52d5 (diff) |
Removed the global "includes" include and instead specify the "includes" path in all #include occurences. [Oliver Stoneberg]
---------- Forwarded message ----------
From: Oliver Stöneberg <oliverst@online.de>
Date: Sat, Dec 12, 2009 at 3:27 PM
Subject: includes cleanup
To: submit@mamedev.org
This patch removes the global "includes" include and explcitly
specifies the "includes" path in all #include occurances.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -365,7 +365,6 @@ endif # add core include paths CCOMFLAGS += \ -I$(SRC)/$(TARGET) \ - -I$(SRC)/$(TARGET)/includes \ -I$(OBJ)/$(TARGET)/layout \ -I$(SRC)/emu \ -I$(OBJ)/emu \ |