JANITORIAL: Remove useless headers

System headers are not allowed in engines code and are not used
This commit is contained in:
Le Philousophe 2022-08-22 12:07:24 +02:00
parent 4dc3436cac
commit 748461c57d
3 changed files with 0 additions and 3 deletions

View File

@ -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 {

View File

@ -25,7 +25,6 @@
*
*/
#include <limits.h>
#include "groovie/groovie.h"
#include "groovie/logic/cake.h"

View File

@ -27,7 +27,6 @@
#include "common/translation.h"
#include "sky/compact.h"
#include "gui/message.h"
#include <stddef.h> // for ptrdiff_t
namespace Sky {