diff libvo/font_load_ft.c @ 30901:76a13038105e

Rename get_path.[ch] --> path.[ch]. These files now contain different functions related to path handling.
author diego
date Sat, 20 Mar 2010 23:38:27 +0000
parents d7d299029638
children f6249bc89c38
line wrap: on
line diff
--- a/libvo/font_load_ft.c	Sat Mar 20 23:27:07 2010 +0000
+++ b/libvo/font_load_ft.c	Sat Mar 20 23:38:27 2010 +0000
@@ -48,7 +48,7 @@
 #include "mp_msg.h"
 #include "help_mp.h"
 #include "mplayer.h"
-#include "get_path.h"
+#include "path.h"
 #include "osd_font.h"
 
 #if (FREETYPE_MAJOR > 2) || (FREETYPE_MAJOR == 2 && FREETYPE_MINOR >= 1)