Sort the includes based on type and names

This commit is contained in:
Conchúr Navid 2015-03-21 10:58:40 +01:00
parent bd76ce38f7
commit c10a7f570e
8 changed files with 13 additions and 9 deletions

View File

@ -17,6 +17,7 @@
#define _MODULE_H_
#include <stdio.h>
#include "rsp.h"
#define CFG_FILE "rsp_conf.bin"

View File

@ -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)

View File

@ -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"

View File

@ -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
View File

@ -17,6 +17,7 @@
#define _SU_H_
#include <stdio.h>
#include "my_types.h"
#include "rsp.h"

View File

@ -14,6 +14,7 @@
\******************************************************************************/
#include "add.h"
#include "select.h"
#ifdef ARCH_MIN_SSE2

View File

@ -14,6 +14,7 @@
\******************************************************************************/
#include "multiply.h"
#include "select.h"
#ifdef ARCH_MIN_SSE2

View File

@ -15,11 +15,11 @@
#include "vu.h"
#include "multiply.h"
#include "add.h"
#include "select.h"
#include "logical.h"
#include "divide.h"
#include "logical.h"
#include "multiply.h"
#include "select.h"
#if 0
#include "pack.h"
#endif