comparison Gui/mplayer/gtk/fs.c @ 6625:54cfbaaf161b

remove unneded config files
author pontscho
date Wed, 03 Jul 2002 08:55:26 +0000
parents 7bc4c6ba9485
children 8f49c75a2824
comparison
equal deleted inserted replaced
6624:122efdee5b52 6625:54cfbaaf161b
4 #include <string.h> 4 #include <string.h>
5 #include <sys/stat.h> 5 #include <sys/stat.h>
6 #include <glob.h> 6 #include <glob.h>
7 #include <unistd.h> 7 #include <unistd.h>
8 8
9 #include "./mplayer.h" 9 #include "../mplayer.h"
10 10
11 #include "pixmaps/up.xpm" 11 #include "mplayer/pixmaps/up.xpm"
12 #include "pixmaps/dir.xpm" 12 #include "mplayer/pixmaps/dir.xpm"
13 #include "pixmaps/file.xpm" 13 #include "mplayer/pixmaps/file.xpm"
14 14
15 #include "../../events.h" 15 #include "../../events.h"
16 #include "../../interface.h" 16 #include "../../interface.h"
17 #include "../../../config.h" 17 #include "../../../config.h"
18 #include "../../../help_mp.h" 18 #include "../../../help_mp.h"