From: Mark McLoughlin Date: Thu, 22 Oct 2009 16:49:06 +0000 (+0100) Subject: net: move tap-linux.h under net/ X-Git-Tag: v0.12.0-rc0~455 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f54c7bdc48c81f4660902680d74aed5dc00cdc44;p=thirdparty%2Fqemu.git net: move tap-linux.h under net/ Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori --- diff --git a/net.c b/net.c index 4ba343a1d49..1c75c383eec 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