From f54c7bdc48c81f4660902680d74aed5dc00cdc44 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 4ba343a1d4..1c75c383ee 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