From 548b473a9438eecc15e32434b9baa7e976ada56a Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 22 Oct 2009 17:49:06 +0100 Subject: [PATCH] net: move tap-linux.h under net/ Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori --- net.c | 2 +- tap-linux.h => net/tap-linux.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tap-linux.h => net/tap-linux.h (100%) diff --git a/net.c b/net.c index 4ba343a..1c75c38 100644 --- a/net.c +++ b/net.c @@ -46,7 +46,7 @@ #include #endif #ifdef __linux__ -#include "tap-linux.h" +#include "net/tap-linux.h" #endif #include #include diff --git a/tap-linux.h b/net/tap-linux.h similarity index 100% rename from tap-linux.h rename to net/tap-linux.h -- 2.7.4