mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-04 09:32:00 +00:00 
			
		
		
		
	Rm unused optional include
This commit is contained in:
		@@ -4,7 +4,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include "llama-cpp.h"
 | 
					#include "llama-cpp.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <optional>
 | 
					 | 
				
			||||||
#include <string>
 | 
					#include <string>
 | 
				
			||||||
#include <vector>
 | 
					#include <vector>
 | 
				
			||||||
#include <sstream>
 | 
					#include <sstream>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user