Previous | 199869 Revisions | Next |
r17657 Wednesday 5th September, 2012 at 13:36:38 UTC by Miodrag Milanović |
---|
Removed not needed includes (no whatsnew) |
[src/mame/drivers] | itech32.c viper.c |
r17656 | r17657 | |
---|---|---|
284 | 284 | #include "emu.h" |
285 | 285 | #include "cpu/powerpc/ppc.h" |
286 | 286 | #include "machine/pci.h" |
287 | #include "memconv.h" | |
288 | 287 | #include "devconv.h" |
289 | 288 | #include "machine/idectrl.h" |
290 | 289 | #include "machine/timekpr.h" |
r17656 | r17657 | |
---|---|---|
356 | 356 | #include "includes/itech32.h" |
357 | 357 | #include "sound/es5506.h" |
358 | 358 | #include "machine/timekpr.h" |
359 | #include "devconv.h" | |
360 | 359 | |
361 | 360 | |
362 | 361 | #define FULL_LOGGING 0 |
Previous | 199869 Revisions | Next |