diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 17:23:10 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 17:23:10 -0500 |
commit | 80a4ee11457e82092f52a3aef5362f8b59b68633 (patch) | |
tree | 65371c3b17fefee6092662ffca4f9d7e9690f8ea /src/normal.c | |
parent | 49bef258567b8ac6ead607de8ce0ac64581cdb55 (diff) |
Remove water.h and flying.h
Diffstat (limited to 'src/normal.c')
-rw-r--r-- | src/normal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c index cbf0caa83..2b592e199 100644 --- a/src/normal.c +++ b/src/normal.c @@ -5,7 +5,6 @@ #include "task.h" #include "trig.h" #include "constants/rgb.h" -#include "flying.h" void AnimConfusionDuck(struct Sprite *); void AnimSimplePaletteBlend(struct Sprite *); |