mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	Common: Fix some out-of-style includes
This commit is contained in:
		@@ -7,7 +7,7 @@
 | 
			
		||||
#if !defined(ARCHITECTURE_x86_64) && !defined(_M_ARM)
 | 
			
		||||
#include <cstdlib> // for exit
 | 
			
		||||
#endif
 | 
			
		||||
#include "common_types.h"
 | 
			
		||||
#include "common/common_types.h"
 | 
			
		||||
 | 
			
		||||
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,9 +5,9 @@
 | 
			
		||||
#if defined(_MSC_VER)
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#endif
 | 
			
		||||
#include "common_funcs.h"
 | 
			
		||||
#include "common_types.h"
 | 
			
		||||
#include "hash.h"
 | 
			
		||||
#include "common/common_funcs.h"
 | 
			
		||||
#include "common/common_types.h"
 | 
			
		||||
#include "common/hash.h"
 | 
			
		||||
 | 
			
		||||
namespace Common {
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@
 | 
			
		||||
#include <string>
 | 
			
		||||
#include <thread>
 | 
			
		||||
#include "common/common_types.h"
 | 
			
		||||
#include "cpu_detect.h"
 | 
			
		||||
#include "common/x64/cpu_detect.h"
 | 
			
		||||
 | 
			
		||||
#ifdef _MSC_VER
 | 
			
		||||
#include <intrin.h>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user