Take general.h header dependency out of menu_animation.c

This commit is contained in:
twinaphex 2015-03-15 03:26:09 +01:00
parent fed47454e3
commit 6e48f3d2d2

View File

@ -18,7 +18,7 @@
#include <math.h>
#include <string.h>
#include <compat/strl.h>
#include "../general.h"
#include <retro_miscellaneous.h>
#include "../runloop.h"
/* from https://github.com/kikito/tween.lua/blob/master/tween.lua */