refactor(3p/nix): Anchor local includes at src/
Previously all includes were anchored in one global mess of header files. This moves the includes into filesystem "namespaces" (if you will) for each sub-package of Nix. Note: This commit does not introduce the relevant build system changes.
This commit is contained in:
		
							parent
							
								
									86a35d963d
								
							
						
					
					
						commit
						3652326ed2
					
				
					 159 changed files with 659 additions and 654 deletions
				
			
		
							
								
								
									
										8
									
								
								third_party/nix/src/libutil/archive.cc
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								third_party/nix/src/libutil/archive.cc
									
										
									
									
										vendored
									
									
								
							|  | @ -1,4 +1,4 @@ | |||
| #include "archive.hh" | ||||
| #include "libutil/archive.hh" | ||||
| 
 | ||||
| #include <algorithm> | ||||
| #include <cerrno> | ||||
|  | @ -7,14 +7,14 @@ | |||
| 
 | ||||
| #include <dirent.h> | ||||
| #include <fcntl.h> | ||||
| #include <glog/logging.h> | ||||
| #include <strings.h>  // for strcasecmp
 | ||||
| #include <sys/stat.h> | ||||
| #include <sys/types.h> | ||||
| #include <unistd.h> | ||||
| 
 | ||||
| #include "config.hh" | ||||
| #include "glog/logging.h" | ||||
| #include "util.hh" | ||||
| #include "libutil/config.hh" | ||||
| #include "libutil/util.hh" | ||||
| 
 | ||||
| namespace nix { | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue