projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9219e45
)
Remove unnecessary #include directives.
author
Ben Pfaff
<blp@nicira.com>
Fri, 6 May 2011 18:40:26 +0000
(11:40 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Mon, 16 May 2011 20:40:47 +0000
(13:40 -0700)
include/openvswitch/types.h
patch
|
blob
|
history
lib/json.c
patch
|
blob
|
history
diff --git
a/include/openvswitch/types.h
b/include/openvswitch/types.h
index 9ddb85773fa283513b73cea49a7c5ca53c7e39f2..4d2a1e9a2f3a885a36dc406273a92b2d5048942c 100644
(file)
--- 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 0a8bca27814ba692f817878dc2ccefca83e7e599..37bdece5c1b1555fa9087c9ba9360f83d7dc6f64 100644
(file)
--- 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"