Signed-off-by: Ben Pfaff <b...@nicira.com> --- lib/learning-switch.c | 3 +-- ofproto/connmgr.h | 1 - ofproto/fail-open.c | 3 +-- ofproto/in-band.c | 3 +-- tests/test-flows.c | 3 +-- 5 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/lib/learning-switch.c b/lib/learning-switch.c index ab37dcc..aa150e5 100644 --- a/lib/learning-switch.c +++ b/lib/learning-switch.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc. + * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013 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 <time.h> #include "byte-order.h" -#include "classifier.h" #include "flow.h" #include "hmap.h" #include "mac-learning.h" diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index 48b8119..8484bdc 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -17,7 +17,6 @@ #ifndef CONNMGR_H #define CONNMGR_H 1 -#include "classifier.h" #include "hmap.h" #include "list.h" #include "match.h" diff --git a/ofproto/fail-open.c b/ofproto/fail-open.c index 2c0a8f3..23da880 100644 --- a/ofproto/fail-open.c +++ b/ofproto/fail-open.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc. + * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,7 +18,6 @@ #include "fail-open.h" #include <inttypes.h> #include <stdlib.h> -#include "classifier.h" #include "connmgr.h" #include "flow.h" #include "mac-learning.h" diff --git a/ofproto/in-band.c b/ofproto/in-band.c index 1a08fcc..411ccbd 100644 --- a/ofproto/in-band.c +++ b/ofproto/in-band.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc. + * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,6 @@ #include <net/if.h> #include <string.h> #include <stdlib.h> -#include "classifier.h" #include "dhcp.h" #include "flow.h" #include "netdev.h" diff --git a/tests/test-flows.c b/tests/test-flows.c index c77372f..a7de66b 100644 --- a/tests/test-flows.c +++ b/tests/test-flows.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, 2010, 2011, 2012 Nicira, Inc. + * Copyright (c) 2009, 2010, 2011, 2012, 2013 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ #include <errno.h> #include <stdlib.h> #include <string.h> -#include "classifier.h" #include "openflow/openflow.h" #include "timeval.h" #include "ofpbuf.h" -- 1.7.10.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev