mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
JANITORIAL: Remove useless headers
System headers are not allowed in engines code and are not used
This commit is contained in:
parent
4dc3436cac
commit
748461c57d
@ -26,7 +26,6 @@
|
||||
#include "ags/shared/ac/words_dictionary.h"
|
||||
#include "ags/shared/script/cc_script.h"
|
||||
#include "ags/shared/util/stream.h"
|
||||
#include <string.h>
|
||||
|
||||
namespace AGS3 {
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
#include "groovie/groovie.h"
|
||||
#include "groovie/logic/cake.h"
|
||||
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "common/translation.h"
|
||||
#include "sky/compact.h"
|
||||
#include "gui/message.h"
|
||||
#include <stddef.h> // for ptrdiff_t
|
||||
|
||||
namespace Sky {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user