mirror of
https://github.com/mupen64plus-ae/mupen64plus-rsp-cxd4.git
synced 2024-11-23 13:40:01 +00:00
Sort the includes based on type and names
This commit is contained in:
parent
bd76ce38f7
commit
c10a7f570e
1
module.h
1
module.h
@ -17,6 +17,7 @@
|
||||
#define _MODULE_H_
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "rsp.h"
|
||||
|
||||
#define CFG_FILE "rsp_conf.bin"
|
||||
|
@ -118,10 +118,10 @@ typedef void(*p_func)(void);
|
||||
*/
|
||||
#if defined(M64P_PLUGIN_API)
|
||||
#define M64P_PLUGIN_PROTOTYPES 1
|
||||
#include "m64p_types.h"
|
||||
#include "m64p_common.h"
|
||||
#include "m64p_plugin.h"
|
||||
#include "m64p_config.h"
|
||||
#include "m64p_plugin.h"
|
||||
#include "m64p_types.h"
|
||||
#include "osal_dynamiclib.h"
|
||||
#else
|
||||
#if defined(_WIN32)
|
||||
|
@ -19,9 +19,9 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <dlfcn.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "m64p_types.h"
|
||||
#include "osal_dynamiclib.h"
|
||||
|
@ -19,9 +19,9 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
#include <windows.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include "m64p_types.h"
|
||||
#include "osal_dynamiclib.h"
|
||||
|
1
su.h
1
su.h
@ -17,6 +17,7 @@
|
||||
#define _SU_H_
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "my_types.h"
|
||||
#include "rsp.h"
|
||||
|
||||
|
1
vu/add.c
1
vu/add.c
@ -14,6 +14,7 @@
|
||||
\******************************************************************************/
|
||||
|
||||
#include "add.h"
|
||||
|
||||
#include "select.h"
|
||||
|
||||
#ifdef ARCH_MIN_SSE2
|
||||
|
@ -14,6 +14,7 @@
|
||||
\******************************************************************************/
|
||||
|
||||
#include "multiply.h"
|
||||
|
||||
#include "select.h"
|
||||
|
||||
#ifdef ARCH_MIN_SSE2
|
||||
|
Loading…
Reference in New Issue
Block a user