Removed unneeded includes
This commit is contained in:
		@@ -7,6 +7,9 @@
 | 
				
			|||||||
#include "spdlog/sinks/stdout_sinks.h"
 | 
					#include "spdlog/sinks/stdout_sinks.h"
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include "spdlog/details/console_globals.h"
 | 
				
			||||||
 | 
					#include <memory>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace spdlog {
 | 
					namespace spdlog {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace sinks {
 | 
					namespace sinks {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,13 +4,8 @@
 | 
				
			|||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "spdlog/details/console_globals.h"
 | 
					#include "spdlog/details/console_globals.h"
 | 
				
			||||||
#include "spdlog/details/null_mutex.h"
 | 
					 | 
				
			||||||
#include "spdlog/details/pattern_formatter.h"
 | 
					 | 
				
			||||||
#include "spdlog/details/synchronous_factory.h"
 | 
					#include "spdlog/details/synchronous_factory.h"
 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <cstdio>
 | 
					#include <cstdio>
 | 
				
			||||||
#include <memory>
 | 
					 | 
				
			||||||
#include <mutex>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace spdlog {
 | 
					namespace spdlog {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user