style(3p/nix): Reformat all includes to match new style
This commit is contained in:
		
							parent
							
								
									b508f5b91a
								
							
						
					
					
						commit
						c758de9d22
					
				
					 119 changed files with 298 additions and 106 deletions
				
			
		
							
								
								
									
										11
									
								
								third_party/nix/src/libutil/archive.cc
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								third_party/nix/src/libutil/archive.cc
									
										
									
									
										vendored
									
									
								
							|  | @ -1,14 +1,17 @@ | |||
| #include "archive.hh" | ||||
| 
 | ||||
| #include <algorithm> | ||||
| #include <cerrno> | ||||
| #include <map> | ||||
| #include <vector> | ||||
| 
 | ||||
| #include <dirent.h> | ||||
| #include <fcntl.h> | ||||
| #include <strings.h>  // for strcasecmp
 | ||||
| #include <sys/stat.h> | ||||
| #include <sys/types.h> | ||||
| #include <unistd.h> | ||||
| #include <algorithm> | ||||
| #include <cerrno> | ||||
| #include <map> | ||||
| #include <vector> | ||||
| 
 | ||||
| #include "config.hh" | ||||
| #include "glog/logging.h" | ||||
| #include "util.hh" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue