HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #898088 » 0015-Drop-unnecessary-SDL_mixer.h-includes.patch
client/gui-gtk-3.0/gui_main.c | ||
---|---|---|
22 | 22 |
* it can install SDL's own. */ |
23 | 23 |
#ifdef SDL2_PLAIN_INCLUDE |
24 | 24 |
#include <SDL.h> |
25 |
#include <SDL_mixer.h> |
|
26 | 25 |
#else /* PLAIN_INCLUDE */ |
27 | 26 |
#include <SDL2/SDL.h> |
28 | 27 |
#endif /* PLAIN_INCLUDE */ |
client/gui-gtk-3.22/gui_main.c | ||
---|---|---|
22 | 22 |
* it can install SDL's own. */ |
23 | 23 |
#ifdef SDL2_PLAIN_INCLUDE |
24 | 24 |
#include <SDL.h> |
25 |
#include <SDL_mixer.h> |
|
26 | 25 |
#else /* PLAIN_INCLUDE */ |
27 | 26 |
#include <SDL2/SDL.h> |
28 | 27 |
#endif /* PLAIN_INCLUDE */ |
client/gui-gtk-4.0/gui_main.c | ||
---|---|---|
22 | 22 |
* it can install SDL's own. */ |
23 | 23 |
#ifdef SDL2_PLAIN_INCLUDE |
24 | 24 |
#include <SDL.h> |
25 |
#include <SDL_mixer.h> |
|
26 | 25 |
#else /* PLAIN_INCLUDE */ |
27 | 26 |
#include <SDL2/SDL.h> |
28 | 27 |
#endif /* PLAIN_INCLUDE */ |
client/gui-qt/gui_main.cpp | ||
---|---|---|
22 | 22 |
* it can install SDL's own. */ |
23 | 23 |
#ifdef SDL2_PLAIN_INCLUDE |
24 | 24 |
#include <SDL.h> |
25 |
#include <SDL_mixer.h> |
|
26 | 25 |
#else /* PLAIN_INCLUDE */ |
27 | 26 |
#include <SDL2/SDL.h> |
28 | 27 |
#endif /* PLAIN_INCLUDE */ |
29 |
- |