Header include cleanups

This commit is contained in:
twinaphex 2017-04-29 13:20:50 +02:00
parent 79c7627651
commit 969403fadb
19 changed files with 24 additions and 3 deletions

View file

@ -33,6 +33,7 @@
#include "audio_driver.h"
#include "audio_thread_wrapper.h"
#include "../gfx/video_driver.h"
#include "../record/record_driver.h"
#include "../frontend/frontend_driver.h"

View file

@ -13,6 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>

View file

@ -23,12 +23,12 @@
#include <boolean.h>
#include <retro_common_api.h>
#include <retro_miscellaneous.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "gfx/video_driver.h"
#include "input/input_defines.h"
enum override_type

1
dirs.c
View file

@ -26,6 +26,7 @@
#include "configuration.h"
#include "command.h"
#include "defaults.h"
#include "gfx/video_driver.h"
#include "list_special.h"
#include "file_path_special.h"
#include "msg_hash.h"

View file

@ -29,6 +29,7 @@
#include <compat/posix_string.h>
#include <file/file_path.h>
#include <retro_miscellaneous.h>
#include <libretro.h>
#include <net/net_compat.h>
#include <net/net_socket.h>

View file

@ -13,6 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>

View file

@ -14,6 +14,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>

View file

@ -12,6 +12,8 @@
* You should have received a copy of the GNU General Public License along with RetroArch.
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdint.h>
#include <string.h>

View file

@ -12,6 +12,8 @@
* You should have received a copy of the GNU General Public License along with RetroArch.
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdint.h>
#include <string.h>

View file

@ -14,6 +14,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>

View file

@ -14,6 +14,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>

View file

@ -13,7 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "../msg_hash.h"
#include <stdio.h>
#include <stdint.h>
#include <string.h>
@ -21,6 +21,7 @@
#include <compat/strl.h>
#include <string/stdstring.h>
#include "../msg_hash.h"
#include "../../configuration.h"
int menu_hash_get_help_pt_br_enum(enum msg_hash_enums msg, char *s, size_t len)

View file

@ -13,7 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "../msg_hash.h"
#include <stdio.h>
#include <stdint.h>
#include <string.h>
@ -21,6 +21,7 @@
#include <compat/strl.h>
#include <string/stdstring.h>
#include "../msg_hash.h"
#include "../../configuration.h"
int menu_hash_get_help_pt_pt_enum(enum msg_hash_enums msg, char *s, size_t len)

View file

@ -14,6 +14,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>

View file

@ -14,6 +14,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>

View file

@ -14,10 +14,12 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <string.h>
#include <rhash.h>
#include <string/stdstring.h>
#include <libretro.h>
#ifdef HAVE_CONFIG_H
#include "config.h"

View file

@ -29,6 +29,7 @@
#include "../command.h"
#include "../configuration.h"
#include "../driver.h"
#include "../gfx/video_driver.h"
#include "../retroarch.h"
#include "../runloop.h"
#include "../verbosity.h"

View file

@ -21,6 +21,7 @@
#include <compat/strl.h>
#include <lists/dir_list.h>
#include <file/file_path.h>
#include <file/config_file.h>
#include <string/stdstring.h>
#include "../input/input_config.h"

View file

@ -27,6 +27,7 @@
#include "tasks_internal.h"
#include "../file_path_special.h"
#include "../gfx/video_driver.h"
#include "../input/input_config.h"
#include "../input/input_overlay.h"
#include "../configuration.h"