Take out retro_endianness.h include out of retro_miscellaneous.h

This commit is contained in:
twinaphex 2015-09-14 03:33:50 +02:00
parent 599fc0716e
commit 8ca8b43545
8 changed files with 30 additions and 21 deletions

View File

@ -12,14 +12,12 @@
* You should have received a copy of the GNU General Public License along with RetroArch.
* If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "../../driver.h"
#include "../../general.h"
#include <stdint.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <errno.h>
#ifdef HAVE_OSS_BSD
#include <soundcard.h>
@ -27,11 +25,14 @@
#include <sys/soundcard.h>
#endif
#include <fcntl.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <errno.h>
#include <stdint.h>
#include <retro_endianness.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "../../driver.h"
#include "../../general.h"
#ifdef HAVE_OSS_BSD
#define DEFAULT_OSS_DEV "/dev/audio"

View File

@ -13,13 +13,16 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdint.h>
#include <string.h>
#include <pulse/pulseaudio.h>
#include <boolean.h>
#include <retro_endianness.h>
#include "../../driver.h"
#include "../../general.h"
#include <pulse/pulseaudio.h>
#include <boolean.h>
#include <string.h>
#include <stdint.h>
typedef struct
{

View File

@ -18,6 +18,7 @@
#include <stdint.h>
#include <file/file_extract.h>
#include <retro_endianness.h>
#include "dir_list_special.h"
#include "database_info.h"

View File

@ -18,7 +18,7 @@
#include <string.h>
#include <stdlib.h>
#include <boolean.h>
#include <retro_miscellaneous.h>
#include <retro_endianness.h>
#include "joypad_connection.h"
/* wiimote state flags*/

View File

@ -47,12 +47,12 @@
#elif defined(_WIN32) && defined(_XBOX)
#include <Xtl.h>
#endif
#include <compat/msvc.h>
#include <retro_inline.h>
#include <retro_endianness.h>
#include <limits.h>
#include <compat/msvc.h>
#include <retro_inline.h>
#ifndef PATH_MAX_LENGTH
#define PATH_MAX_LENGTH 4096
#endif

View File

@ -19,6 +19,7 @@
#include <string.h>
#include <rhash.h>
#include <retro_endianness.h>
#include "general.h"

View File

@ -22,6 +22,7 @@
#include <string.h>
#include <net/net_compat.h>
#include <retro_endianness.h>
#include "netplay.h"
#include "general.h"

View File

@ -13,9 +13,11 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "tasks.h"
#include <compat/strcasestr.h>
#include <compat/strl.h>
#include <retro_endianness.h>
#include "tasks.h"
#ifdef HAVE_LIBRETRODB
#include "../database_info.h"