mirror of
				https://github.com/TheLartians/ModernCppStarter.git
				synced 2025-10-31 18:21:35 +01:00 
			
		
		
		
	Make include order follow Google/LLVM/Lakos guidelines
This commit is contained in:
		
							parent
							
								
									6132c67bd2
								
							
						
					
					
						commit
						651d5e18a3
					
				
					 3 changed files with 5 additions and 3 deletions
				
			
		|  | @ -1,6 +1,7 @@ | |||
| #include <fmt/format.h> | ||||
| #include <greeter/greeter.h> | ||||
| 
 | ||||
| #include <fmt/format.h> | ||||
| 
 | ||||
| using namespace greeter; | ||||
| 
 | ||||
| Greeter::Greeter(std::string _name) : name(std::move(_name)) {} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue