Scaninc: Don't insert missing headers into dependencies

This commit is contained in:
Marcus Huderle
2019-03-07 09:46:14 -06:00
parent 6638ebe7fd
commit bd157b301d
4 changed files with 3 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
#include <string.h>
#include "global.h"
#include "menu.h"
#include "string.h"
#include "string_util.h"
#include "task.h"
#include "text.h"

View File

@@ -1,4 +1,3 @@
#include <string.h>
#include "global.h"
#include "item_menu.h"
#include "battle.h"
@@ -41,6 +40,7 @@
#include "shop.h"
#include "sound.h"
#include "sprite.h"
#include "string.h"
#include "strings.h"
#include "string_util.h"
#include "task.h"

View File

@@ -1,4 +1,3 @@
#include <string.h>
#include "global.h"
#include "trainer_pokemon_sprites.h"
#include "bg.h"
@@ -31,6 +30,7 @@
#include "scanline_effect.h"
#include "sound.h"
#include "sprite.h"
#include "string.h"
#include "strings.h"
#include "string_util.h"
#include "task.h"