From: Ben Pfaff Date: Fri, 26 Feb 2016 22:42:58 +0000 (-0800) Subject: ofp-parse: Remove unneeded #include. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=38dc2ca13a8412076773c53676ee49db1e427ff2 ofp-parse: Remove unneeded #include. Signed-off-by: Ben Pfaff Acked-by: Justin Pettit --- diff --git a/lib/ofp-parse.h b/lib/ofp-parse.h index a1c147b26..e1ebee7c4 100644 --- a/lib/ofp-parse.h +++ b/lib/ofp-parse.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2011, 2012, 2013, 2014, 2015 Nicira, Inc. + * Copyright (c) 2010, 2011, 2012, 2013, 2014, 2015, 2016 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,6 @@ #include #include "compiler.h" #include "openvswitch/types.h" -#include "packets.h" struct flow; struct ofpbuf;