Removing some unnecessary #includes
svn-id: r26044
This commit is contained in:
parent
e8e33e8077
commit
728d01cb17
11 changed files with 1 additions and 24 deletions
|
@ -23,7 +23,6 @@
|
|||
#define COMMON_ARRAY_H
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include <assert.h>
|
||||
|
||||
namespace Common {
|
||||
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
*/
|
||||
|
||||
#include "common/hashmap.h"
|
||||
#include <ctype.h>
|
||||
|
||||
namespace Common {
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#define COMMON_LIST_H
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include <assert.h>
|
||||
|
||||
namespace Common {
|
||||
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
* this program is licensed under the GPL.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "common/file.h"
|
||||
#include "common/md5.h"
|
||||
#include "common/util.h"
|
||||
|
|
|
@ -28,9 +28,6 @@
|
|||
#error Included scummsys.h without including stdafx.h first!
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
// Use config.h, generated by configure
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include "config.h"
|
||||
|
@ -304,11 +301,6 @@
|
|||
#define SCUMM_LITTLE_ENDIAN
|
||||
|
||||
#include "nds/jtypes.h"
|
||||
#include <stdarg.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
|
||||
#define STRINGBUFLEN 256
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#define COMMON_STACK_H
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include <assert.h>
|
||||
#include "common/array.h"
|
||||
|
||||
namespace Common {
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
#include "common/hash-str.h"
|
||||
#include "common/util.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
namespace Common {
|
||||
|
||||
#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__))
|
||||
|
|
|
@ -25,9 +25,6 @@
|
|||
#include "common/scummsys.h"
|
||||
#include "common/array.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
namespace Common {
|
||||
|
||||
/**
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
#include "sound/mididrv.h"
|
||||
#include "sound/midiparser.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
namespace AGOS {
|
||||
|
||||
/**
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#define SCUMM_SAVELOAD_H
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include <stddef.h>
|
||||
#include <stddef.h> // for ptrdiff_t
|
||||
|
||||
namespace Common {
|
||||
class InSaveFile;
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
#include "gui/dialog.h"
|
||||
#include "gui/newgui.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
namespace GUI {
|
||||
|
||||
class ScrollBarWidget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue