diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-14 14:43:19 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-14 14:43:19 +0200 |
commit | 7a008a944aaac6e34d6425eb650a1886448395e1 (patch) | |
tree | c7b4d3d861e9af7659383704f28b02c3f54d58fc /src/contest.c | |
parent | 0c1d33da4f6db7b90913586a39ed60ea2b13f39e (diff) |
Move 'blend_palette'.c to util.c
Diffstat (limited to 'src/contest.c')
-rw-r--r-- | src/contest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/contest.c b/src/contest.c index 8eacc89c3..473f77f9c 100644 --- a/src/contest.c +++ b/src/contest.c @@ -10,7 +10,6 @@ #include "constants/flags.h" #include "battle.h" #include "battle_anim.h" -#include "blend_palette.h" #include "contest.h" #include "data2.h" #include "decompress.h" |