net: remove unused includes of if_tun.h and if_tap.h
Looks like these are just artifacts of vl.c being split up. Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
		
							parent
							
								
									72ecf02d7d
								
							
						
					
					
						commit
						1abb817258
					
				|  | @ -51,12 +51,6 @@ | ||||||
| #include <sys/socket.h> | #include <sys/socket.h> | ||||||
| #include <netinet/in.h> | #include <netinet/in.h> | ||||||
| #include <net/if.h> | #include <net/if.h> | ||||||
| #ifdef __NetBSD__ |  | ||||||
| #include <net/if_tap.h> |  | ||||||
| #endif |  | ||||||
| #ifdef __linux__ |  | ||||||
| #include <linux/if_tun.h> |  | ||||||
| #endif |  | ||||||
| #include <arpa/inet.h> | #include <arpa/inet.h> | ||||||
| #include <dirent.h> | #include <dirent.h> | ||||||
| #include <netdb.h> | #include <netdb.h> | ||||||
|  |  | ||||||
							
								
								
									
										6
									
								
								savevm.c
								
								
								
								
							
							
						
						
									
										6
									
								
								savevm.c
								
								
								
								
							|  | @ -42,12 +42,6 @@ | ||||||
| #include <sys/socket.h> | #include <sys/socket.h> | ||||||
| #include <netinet/in.h> | #include <netinet/in.h> | ||||||
| #include <net/if.h> | #include <net/if.h> | ||||||
| #if defined(__NetBSD__) |  | ||||||
| #include <net/if_tap.h> |  | ||||||
| #endif |  | ||||||
| #ifdef __linux__ |  | ||||||
| #include <linux/if_tun.h> |  | ||||||
| #endif |  | ||||||
| #include <arpa/inet.h> | #include <arpa/inet.h> | ||||||
| #include <dirent.h> | #include <dirent.h> | ||||||
| #include <netdb.h> | #include <netdb.h> | ||||||
|  |  | ||||||
							
								
								
									
										6
									
								
								vl.c
								
								
								
								
							
							
						
						
									
										6
									
								
								vl.c
								
								
								
								
							|  | @ -44,12 +44,6 @@ | ||||||
| #include <sys/socket.h> | #include <sys/socket.h> | ||||||
| #include <netinet/in.h> | #include <netinet/in.h> | ||||||
| #include <net/if.h> | #include <net/if.h> | ||||||
| #if defined(__NetBSD__) |  | ||||||
| #include <net/if_tap.h> |  | ||||||
| #endif |  | ||||||
| #ifdef __linux__ |  | ||||||
| #include <linux/if_tun.h> |  | ||||||
| #endif |  | ||||||
| #include <arpa/inet.h> | #include <arpa/inet.h> | ||||||
| #include <dirent.h> | #include <dirent.h> | ||||||
| #include <netdb.h> | #include <netdb.h> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Mark McLoughlin
						Mark McLoughlin