Some header includes shouldn't be system includes
This commit is contained in:
parent
7931436f5b
commit
4743230b09
|
@ -16,8 +16,6 @@
|
|||
|
||||
#include <vita2d.h>
|
||||
|
||||
#include <verbosity.h>
|
||||
#include <configuration.h>
|
||||
|
||||
#include <retro_inline.h>
|
||||
#include <string/stdstring.h>
|
||||
|
@ -36,6 +34,8 @@
|
|||
#include "../../runloop.h"
|
||||
#include "../video_coord_array.h"
|
||||
#include "../video_context_driver.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "../../configuration.h"
|
||||
|
||||
#include "../../defines/psp_defines.h"
|
||||
|
||||
|
|
|
@ -17,13 +17,13 @@
|
|||
#include <vita2d.h>
|
||||
|
||||
#include <encodings/utf.h>
|
||||
#include <verbosity.h>
|
||||
|
||||
#include "../common/vita2d_common.h"
|
||||
|
||||
#include "../font_driver.h"
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <input/input_config.h>
|
||||
#include "../input_config.h"
|
||||
|
||||
#include "../../tasks/tasks_internal.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue