mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +00:00
Take out dynamic.h header include from general.h
This commit is contained in:
parent
a77715dc2f
commit
ccf43f6e85
1
cheats.c
1
cheats.c
@ -15,6 +15,7 @@
|
||||
|
||||
#include "cheats.h"
|
||||
#include "general.h"
|
||||
#include "dynamic.h"
|
||||
#include <compat/strl.h>
|
||||
#include <compat/posix_string.h>
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
#include "menu_entries.h"
|
||||
#include "menu_list.h"
|
||||
#include "menu_shader.h"
|
||||
#include "../../dynamic.h"
|
||||
#include "../frontend.h"
|
||||
#include <file/file_path.h>
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "menu_shader.h"
|
||||
#include "backend/menu_backend.h"
|
||||
|
||||
#include "../../dynamic.h"
|
||||
#include "../../file_ext.h"
|
||||
#include "../../config.def.h"
|
||||
#include "../../performance.h"
|
||||
|
@ -16,6 +16,7 @@
|
||||
*/
|
||||
|
||||
#include "general.h"
|
||||
#include "dynamic.h"
|
||||
#include <file/file_path.h>
|
||||
|
||||
void rarch_playlist_load_content(content_playlist_t *playlist,
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "rewind.h"
|
||||
#include "movie.h"
|
||||
#include "autosave.h"
|
||||
#include "dynamic.h"
|
||||
#include "cheats.h"
|
||||
#include "audio/dsp_filter.h"
|
||||
#include <compat/strl.h>
|
||||
|
@ -17,6 +17,7 @@
|
||||
|
||||
#include <boolean.h>
|
||||
#include "libretro.h"
|
||||
#include "dynamic.h"
|
||||
#include "retro.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -13,8 +13,10 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "ffemu.h"
|
||||
#include <string.h>
|
||||
#include "ffemu.h"
|
||||
|
||||
#include "../dynamic.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
|
@ -15,13 +15,14 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <boolean.h>
|
||||
#include "retro.h"
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <boolean.h>
|
||||
#include "retro.h"
|
||||
#include "dynamic.h"
|
||||
#include "content.h"
|
||||
#include "file_ops.h"
|
||||
#include <file/file_path.h>
|
||||
|
@ -16,6 +16,7 @@
|
||||
*/
|
||||
|
||||
#include <file/file_path.h>
|
||||
#include "dynamic.h"
|
||||
#include "performance.h"
|
||||
#include "retroarch_logger.h"
|
||||
#include "input/input_common.h"
|
||||
|
@ -15,6 +15,7 @@
|
||||
*/
|
||||
|
||||
#include "settings_data.h"
|
||||
#include "dynamic.h"
|
||||
#include <file/file_path.h>
|
||||
#include "input/input_common.h"
|
||||
#include "config.def.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user