hmap: Don't include ovs-atomic.h unnecessarily.
authorBen Pfaff <blp@nicira.com>
Sun, 29 Mar 2015 22:49:29 +0000 (15:49 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 31 Mar 2015 23:13:56 +0000 (16:13 -0700)
commit5617ae6abe492498ee6350fe657a53e0ba21f8ba
treee07be31bae683b8c993f3f1950e81a855ec253bb
parent8d66822447710e1f9a365cb2158a75ba8ad8cc36
hmap: Don't include ovs-atomic.h unnecessarily.

GNU C++ isn't too happy with ovs-atomic.h.  We could fix that (maybe we
should) but the report I received from a C++ user implied to me that it
would be just as useful to just drop the unnecessary #include
"ovs-atomic.h" from hmap.h.

Reported-by: Michael Hu <humichael@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
lib/cfm.c
lib/hmap.h
lib/lacp.c
lib/netdev-dummy.c
lib/ovs-lldp.h