[ovs-dev] [sparse 03/18] Remove unnecessary #include directives.

Ethan Jackson ethan at nicira.com
Fri May 13 00:40:34 UTC 2011


Looks Good.

Ethan

On Fri, May 6, 2011 at 13:16, Ben Pfaff <blp at nicira.com> wrote:
> ---
>  include/openvswitch/types.h |    1 -
>  lib/json.c                  |    3 +--
>  2 files changed, 1 insertions(+), 3 deletions(-)
>
> diff --git a/include/openvswitch/types.h b/include/openvswitch/types.h
> index 9ddb857..4d2a1e9 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 <arpa/inet.h>
>  #include <sys/types.h>
>  #include <stdint.h>
>
> diff --git a/lib/json.c b/lib/json.c
> index 0a8bca2..37bdece 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 <errno.h>
>  #include <float.h>
>  #include <limits.h>
> -#include <math.h>
>  #include <string.h>
>
>  #include "dynamic-string.h"
> --
> 1.7.4.4
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>



More information about the dev mailing list