From 21c7d127a8aa90acec50d1911bf789d8a125bb1b Mon Sep 17 00:00:00 2001 From: Mahyar Koshkouei Date: Sun, 14 Jan 2018 11:13:57 +0000 Subject: [PATCH] Sort includes Signed-off-by: Mahyar Koshkouei --- mpv-libretro.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mpv-libretro.c b/mpv-libretro.c index 22bc7f7..fb3fb17 100644 --- a/mpv-libretro.c +++ b/mpv-libretro.c @@ -17,9 +17,8 @@ #include #include -#include -#include #include +#include #include #ifdef HAVE_LOCALE