From: David Howells Date: Fri, 25 May 2012 18:05:32 +0000 (-0700) Subject: datapath: Remove all #inclusions of asm/system.h X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf5d3d768f1a32914af38c53a25a7d8bff5f97a1;p=openvswitch datapath: Remove all #inclusions of asm/system.h Remove all #inclusions of asm/system.h preparatory to splitting and killing it. Performed with the following command: perl -p -i -e 's!^#\s*include\s*.*\n!!' `grep -Irl '^#\s*include\s*' *` Signed-off-by: David Howells Signed-off-by: Jesse Gross --- diff --git a/datapath/datapath.c b/datapath/datapath.c index a4376a01..605253d8 100644 --- a/datapath/datapath.c +++ b/datapath/datapath.c @@ -39,7 +39,6 @@ #include #include #include -#include #include #include #include