From 805e8f4e2723cc0849bdb17fb81665ea4515fa45 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 6 May 2011 11:40:26 -0700 Subject: [PATCH] Remove unnecessary #include directives. --- include/openvswitch/types.h | 1 - lib/json.c | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/include/openvswitch/types.h b/include/openvswitch/types.h index 9ddb85773..4d2a1e9a2 100644 --- a/include/openvswitch/types.h +++ b/include/openvswitch/types.h @@ -17,7 +17,6 @@ #ifndef OPENVSWITCH_TYPES_H #define OPENVSWITCH_TYPES_H 1 -#include #include #include diff --git a/lib/json.c b/lib/json.c index 0a8bca278..37bdece5c 100644 --- a/lib/json.c +++ b/lib/json.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, 2010 Nicira Networks. + * Copyright (c) 2009, 2010, 2011 Nicira Networks. * * 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 #include #include -#include #include #include "dynamic-string.h" -- 2.43.0