summaryrefslogtreecommitdiff
path: root/src/contest.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-10-14 14:43:19 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-10-14 14:43:19 +0200
commit7a008a944aaac6e34d6425eb650a1886448395e1 (patch)
treec7b4d3d861e9af7659383704f28b02c3f54d58fc /src/contest.c
parent0c1d33da4f6db7b90913586a39ed60ea2b13f39e (diff)
Move 'blend_palette'.c to util.c
Diffstat (limited to 'src/contest.c')
-rw-r--r--src/contest.c1
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"