mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	common : remove unnecessary includes (#947)
This commit is contained in:
		| @@ -7,12 +7,6 @@ | ||||
| #include <iterator> | ||||
| #include <algorithm> | ||||
|  | ||||
| #if defined(_MSC_VER) || defined(__MINGW32__) | ||||
| #include <malloc.h> // using malloc.h with MSC/MINGW | ||||
| #elif !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) | ||||
| #include <alloca.h> | ||||
| #endif | ||||
|  | ||||
| #if defined (_WIN32) | ||||
| #include <fcntl.h> | ||||
| #include <io.h> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 CRD716
					CRD716