mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 23:31:57 +00:00
Removed unnecessary #inlcudes
svn-id: r32984
This commit is contained in:
parent
e808cdf7a0
commit
30b1a62e81
@ -25,7 +25,6 @@
|
||||
|
||||
|
||||
#include "common/md5.h"
|
||||
#include "common/events.h"
|
||||
#include "common/file.h"
|
||||
#include "common/savefile.h"
|
||||
#include "common/config-manager.h"
|
||||
|
@ -24,8 +24,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "common/events.h"
|
||||
|
||||
#include "agi/agi.h"
|
||||
#include "agi/sprite.h"
|
||||
#include "agi/graphics.h"
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "agi/lzw.h"
|
||||
|
||||
#include "common/config-manager.h"
|
||||
#include "common/events.h"
|
||||
#include "common/fs.h"
|
||||
|
||||
namespace Agi {
|
||||
|
@ -26,8 +26,6 @@
|
||||
|
||||
#include "base/version.h"
|
||||
|
||||
#include "common/events.h"
|
||||
|
||||
#include "agi/agi.h"
|
||||
#include "agi/sprite.h"
|
||||
#include "agi/graphics.h"
|
||||
|
@ -24,8 +24,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "common/events.h"
|
||||
|
||||
#include "agi/agi.h"
|
||||
#include "agi/keyboard.h"
|
||||
#include "agi/opcodes.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/events.h"
|
||||
#include "common/file.h"
|
||||
#include "common/savefile.h"
|
||||
#include "common/config-manager.h"
|
||||
|
@ -23,8 +23,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/events.h"
|
||||
|
||||
#include "agi/preagi.h"
|
||||
#include "agi/font.h"
|
||||
#include "agi/graphics.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/events.h"
|
||||
#include "common/savefile.h"
|
||||
#include "common/stream.h"
|
||||
|
||||
|
@ -30,8 +30,6 @@
|
||||
|
||||
#include "graphics/cursorman.h"
|
||||
|
||||
#include "common/events.h"
|
||||
|
||||
namespace Agi {
|
||||
|
||||
Troll::Troll(PreAgiEngine* vm) : _vm(vm) {
|
||||
|
@ -29,7 +29,6 @@
|
||||
|
||||
#include "graphics/cursorman.h"
|
||||
|
||||
#include "common/events.h"
|
||||
#include "common/savefile.h"
|
||||
#include "common/stream.h"
|
||||
|
||||
|
@ -29,7 +29,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "common/events.h"
|
||||
#include "common/file.h"
|
||||
|
||||
#include "agi/agi.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
|
||||
#include "common/endian.h"
|
||||
#include "common/events.h"
|
||||
#include "common/system.h"
|
||||
|
||||
#include "graphics/cursorman.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
|
||||
#include "common/system.h"
|
||||
#include "common/events.h"
|
||||
|
||||
#include "graphics/surface.h"
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
|
||||
#include "common/config-manager.h"
|
||||
#include "common/events.h"
|
||||
#include "common/file.h"
|
||||
|
||||
#include "agos/intern.h"
|
||||
|
@ -28,7 +28,6 @@
|
||||
|
||||
|
||||
#include "common/system.h"
|
||||
#include "common/events.h"
|
||||
|
||||
#include "agos/animation.h"
|
||||
#include "agos/agos.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/events.h"
|
||||
|
||||
#include "agos/agos.h"
|
||||
#include "agos/vga.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "common/events.h"
|
||||
#include "common/system.h"
|
||||
|
||||
#include "agos/agos.h"
|
||||
|
@ -28,7 +28,6 @@
|
||||
*/
|
||||
|
||||
#include "common/endian.h"
|
||||
#include "common/events.h"
|
||||
#include "common/stream.h"
|
||||
|
||||
#include "cine/cine.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/events.h"
|
||||
#include "common/file.h"
|
||||
#include "common/savefile.h"
|
||||
#include "common/config-manager.h"
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include "common/events.h"
|
||||
#include "common/system.h"
|
||||
|
||||
#include "cine/main_loop.h"
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
|
||||
#include "common/endian.h"
|
||||
#include "common/events.h"
|
||||
|
||||
#include "cine/cine.h"
|
||||
#include "cine/various.h"
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
|
||||
#include "common/endian.h"
|
||||
#include "common/events.h"
|
||||
#include "common/savefile.h"
|
||||
|
||||
#include "cine/cine.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
*/
|
||||
|
||||
#include "common/endian.h"
|
||||
#include "common/events.h"
|
||||
#include "common/stream.h"
|
||||
|
||||
#include "gob/gob.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
*/
|
||||
|
||||
#include "common/endian.h"
|
||||
#include "common/events.h"
|
||||
#include "common/stream.h"
|
||||
|
||||
#include "gob/gob.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
*/
|
||||
|
||||
#include "common/endian.h"
|
||||
#include "common/events.h"
|
||||
|
||||
#include "base/plugins.h"
|
||||
#include "common/config-manager.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <time.h> // FIXME: for Inter::renewTimeInVars()
|
||||
|
||||
#include "common/endian.h"
|
||||
#include "common/events.h"
|
||||
|
||||
#include "gob/gob.h"
|
||||
#include "gob/inter.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
*/
|
||||
|
||||
#include "common/endian.h"
|
||||
#include "common/events.h"
|
||||
|
||||
#include "gob/gob.h"
|
||||
#include "gob/inter.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
*/
|
||||
|
||||
#include "common/endian.h"
|
||||
#include "common/events.h"
|
||||
#include "common/file.h"
|
||||
|
||||
#include "gob/gob.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
*/
|
||||
|
||||
#include "common/endian.h"
|
||||
#include "common/events.h"
|
||||
|
||||
#include "sound/mixer.h"
|
||||
#include "sound/mods/infogrames.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
*/
|
||||
|
||||
#include "common/endian.h"
|
||||
#include "common/events.h"
|
||||
|
||||
#include "gob/gob.h"
|
||||
#include "gob/mult.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/events.h"
|
||||
|
||||
#include "gob/gob.h"
|
||||
#include "gob/palanim.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/events.h"
|
||||
|
||||
#include "gob/gob.h"
|
||||
#include "gob/util.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/events.h"
|
||||
|
||||
#include "gob/videoplayer.h"
|
||||
#include "gob/global.h"
|
||||
|
@ -34,7 +34,6 @@
|
||||
|
||||
#include "common/config-manager.h"
|
||||
#include "common/savefile.h"
|
||||
#include "common/events.h"
|
||||
#include "common/system.h"
|
||||
|
||||
namespace Kyra {
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "kyra/kyra_lok.h"
|
||||
|
||||
#include "common/file.h"
|
||||
#include "common/events.h"
|
||||
#include "common/system.h"
|
||||
#include "common/savefile.h"
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
*/
|
||||
|
||||
#include "common/config-manager.h"
|
||||
#include "common/events.h"
|
||||
|
||||
#include "sound/mididrv.h"
|
||||
#include "sound/mixer.h"
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include "kyra/text.h"
|
||||
#include "kyra/timer.h"
|
||||
|
||||
#include "common/events.h"
|
||||
#include "common/system.h"
|
||||
#include "common/savefile.h"
|
||||
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "common/stream.h"
|
||||
#include "common/util.h"
|
||||
#include "common/system.h"
|
||||
#include "common/events.h"
|
||||
#include "kyra/screen.h"
|
||||
#include "kyra/kyra_lok.h"
|
||||
#include "kyra/sprites.h"
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "kyra/screen.h"
|
||||
#include "kyra/text.h"
|
||||
|
||||
#include "common/events.h"
|
||||
#include "common/system.h"
|
||||
#include "common/endian.h"
|
||||
|
||||
|
@ -32,7 +32,6 @@
|
||||
// The jung2.vqa movie does work, but only thanks to a grotesque hack.
|
||||
|
||||
|
||||
#include "common/events.h"
|
||||
#include "common/system.h"
|
||||
#include "sound/audiostream.h"
|
||||
#include "sound/mixer.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user