From 38dc2ca13a8412076773c53676ee49db1e427ff2 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 26 Feb 2016 14:42:58 -0800 Subject: [PATCH] ofp-parse: Remove unneeded #include. Signed-off-by: Ben Pfaff Acked-by: Justin Pettit --- lib/ofp-parse.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.20.1