Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 713442 | Differences between
and this patch

Collapse All | Expand All

(-)a/libmpfc/genre_list.c (-1 lines)
Lines 23-29 Link Here
23
#include <stdlib.h>
23
#include <stdlib.h>
24
#include <string.h>
24
#include <string.h>
25
#include "types.h"
25
#include "types.h"
26
#include "error.h"
27
#include "genre_list.h"
26
#include "genre_list.h"
28
27
29
/* Create a new genre list */
28
/* Create a new genre list */
(-)a/src/main.c (-1 lines)
Lines 24-30 Link Here
24
#include <stdlib.h>
24
#include <stdlib.h>
25
#include <time.h>
25
#include <time.h>
26
#include <locale.h>
26
#include <locale.h>
27
#include "error.h"
28
#include "player.h"
27
#include "player.h"
29
#include "wnd.h"
28
#include "wnd.h"
30
29

Return to bug 713442