Header include cleanups

This commit is contained in:
twinaphex 2016-09-06 00:56:00 +02:00
parent 4a5be82250
commit 075aea2289
25 changed files with 35 additions and 3 deletions

View File

@ -17,6 +17,7 @@
#include <stdint.h>
#include <compat/strl.h>
#include <retro_endianness.h>
#include "list_special.h"

View File

@ -13,6 +13,8 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <compat/strl.h>
#include "../../configuration.h"
#include "../../verbosity.h"

View File

@ -13,6 +13,10 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <string.h>
#include <compat/strl.h>
#include "../common/vulkan_common.h"
#include "../font_driver.h"

View File

@ -23,12 +23,14 @@
#include <string.h>
#include <math.h>
#include <compat/strl.h>
#include <formats/image.h>
#include "slang_reflection.hpp"
#include "../video_shader_driver.h"
#include "../../verbosity.h"
#include "../../msg_hash.h"
#include "../../libretro-common/include/formats/image.h"
using namespace std;

View File

@ -16,6 +16,7 @@
#include <string.h>
#include <compat/strl.h>
#include <string/stdstring.h>
#include "video_context_driver.h"

View File

@ -24,6 +24,7 @@
#include <rthreads/rthreads.h>
#endif
#include <compat/strl.h>
#include <retro_common_api.h>
#include <file/config_file.h>
#include <features/features_cpu.h>

View File

@ -18,6 +18,7 @@
#include <string.h>
#include <limits.h>
#include <compat/strl.h>
#include <features/features_cpu.h>
#include <rthreads/rthreads.h>

View File

@ -37,6 +37,7 @@
#endif
#include <file/file_path.h>
#include <compat/strl.h>
#include <string/stdstring.h>
#include "../drivers_keyboard/keyboard_event_udev.h"

View File

@ -20,6 +20,7 @@
#include <X11/keysym.h>
#include <boolean.h>
#include <compat/strl.h>
#include "../input_config.h"
#include "../input_joypad_driver.h"

View File

@ -24,6 +24,8 @@
#include <sys/inotify.h>
#include <linux/joystick.h>
#include <compat/strl.h>
#include "../common/epoll_common.h"
#include "../input_autodetect.h"
#include "../input_driver.h"

View File

@ -23,6 +23,8 @@
#include <sys/ioctl.h>
#include <fcntl.h>
#include <compat/strl.h>
#include "../input_autodetect.h"
#include "../input_driver.h"
#include "../../configuration.h"

View File

@ -16,6 +16,8 @@
#include <stdint.h>
#include <compat/strl.h>
#include "SDL.h"
#include "../../configuration.h"

View File

@ -29,6 +29,7 @@
#include <linux/input.h>
#include <retro_inline.h>
#include <compat/strl.h>
#include <string/stdstring.h>
#include "../input_autodetect.h"

View File

@ -18,6 +18,7 @@
#include <stdlib.h>
#include <ctype.h>
#include <compat/strl.h>
#include <file/file_path.h>
#include <string/stdstring.h>

View File

@ -13,6 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <compat/strl.h>
#include <file/file_path.h>
#include <string/stdstring.h>
#include <lists/string_list.h>

View File

@ -22,6 +22,7 @@
#include <limits.h>
#include <compat/posix_string.h>
#include <compat/strl.h>
#include <file/file_path.h>
#include <formats/image.h>
#include <gfx/math/matrix_4x4.h>

View File

@ -13,6 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <compat/strl.h>
#include <retro_assert.h>
#include <streams/file_stream.h>
#include <file/file_path.h>

View File

@ -16,6 +16,7 @@
#include <string.h>
#include <compat/strl.h>
#include <file/file_path.h>
#include <string/stdstring.h>

View File

@ -19,6 +19,7 @@
#include <string.h>
#include <rhash.h>
#include <compat/strl.h>
#include <retro_endianness.h>
#include "configuration.h"

View File

@ -22,6 +22,7 @@
#include <stdlib.h>
#include <string.h>
#include <compat/strl.h>
#include <net/net_compat.h>
#include <net/net_socket.h>
#include <retro_endianness.h>

View File

@ -14,6 +14,8 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <compat/strl.h>
#include "netplay_private.h"
#include <net/net_socket.h>

View File

@ -14,6 +14,8 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <compat/strl.h>
#include "netplay_private.h"
#include "../../autosave.h"

View File

@ -15,6 +15,7 @@
#include <stdlib.h>
#include <compat/strl.h>
#include <retro_miscellaneous.h>
#include <file/file_path.h>
#include <file/config_file.h>

View File

@ -26,6 +26,7 @@
#endif
#include <errno.h>
#include <compat/strl.h>
#include <lists/string_list.h>
#include <streams/file_stream.h>
#include <file/file_path.h>

View File

@ -21,8 +21,6 @@
#include <boolean.h>
#include <retro_common_api.h>
#include <compat/posix_string.h>
#include <compat/strl.h>
RETRO_BEGIN_DECLS