diff options
author | 2008-01-25 09:30:43 +0000 | |
---|---|---|
committer | 2008-01-25 09:30:43 +0000 | |
commit | 4930b2dbfd341f1619de955570223a24f4d10d30 (patch) | |
tree | bd178c33a85f6749e58f839a365449de188ac355 /.gitattributes | |
parent | 877b75ad75a758d62b158af6688a88f5f61c8860 (diff) |
- Added deprecat.h that contains some deprecated/discouraged contructs (see below)
The idea is to create extra work if a driver wants to use these and hopefully
gives an incentive to look for an alternate solution
- Added #include of deprecat.h that rely on these contructs
- Removed a bunch of unneccassary #include's from these files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 98249070e4d..ad6b8438c32 100644 --- a/.gitattributes +++ b/.gitattributes @@ -495,6 +495,7 @@ src/emu/debug/express.h svneol=native#text/plain src/emu/debug/textbuf.c svneol=native#text/plain src/emu/debug/textbuf.h svneol=native#text/plain src/emu/debugger.h svneol=native#text/plain +src/emu/deprecat.h svneol=native#text/plain src/emu/drawgfx.c svneol=native#text/plain src/emu/drawgfx.h svneol=native#text/plain src/emu/driver.c svneol=native#text/plain |