Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 428660
Collapse All | Expand All

(-)a/image/image.c (-4 / +29 lines)
Lines 27-42 Link Here
27
#include "desktop/plotters.h"
27
#include "desktop/plotters.h"
28
#include "image/bitmap.h"
28
#include "image/bitmap.h"
29
29
30
#ifdef WITH_BMP
30
#include "image/bmp.h"
31
#include "image/bmp.h"
31
#include "image/gif.h"
32
#include "image/ico.h"
32
#include "image/ico.h"
33
#endif
34
35
#ifdef WITH_GIF
36
#include "image/gif.h"
37
#endif
38
39
#ifdef WITH_JPEG
33
#include "image/jpeg.h"
40
#include "image/jpeg.h"
41
#endif
42
43
#ifdef WITH_MNG
34
#include "image/mng.h"
44
#include "image/mng.h"
35
#include "image/nssprite.h"
45
#endif
46
47
#ifdef WITH_PNG
36
#include "image/png.h"
48
#include "image/png.h"
37
#include "image/rsvg.h"
49
#endif
50
51
#ifdef WITH_NSSPRITE
52
#include "image/nssprite.h"
53
#endif
54
55
#ifdef WITH_NS_SVG
38
#include "image/svg.h"
56
#include "image/svg.h"
57
#endif
58
59
#ifdef WITH_RSVG
60
#include "image/rsvg.h"
61
#endif
62
63
#ifdef WITH_WEBP
39
#include "image/webp.h"
64
#include "image/webp.h"
65
#endif
40
66
41
#include "image/image.h"
67
#include "image/image.h"
42
68
43
- 

Return to bug 428660