Skip to content

Commit

Permalink
thread: Keep openvswitch/thread.h #includes more contained within inc…
Browse files Browse the repository at this point in the history
…lude/.

It's better if the "include" directory is self-contained to the extent
possible.

Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Justin Pettit <[email protected]>
  • Loading branch information
blp committed Feb 26, 2016
1 parent 92f9822 commit 3e3bed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/openvswitch/thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <stddef.h>
#include <stdbool.h>
#include <sys/types.h>
#include "util.h"
#include "openvswitch/compiler.h"

/* Mutex. */
struct OVS_LOCKABLE ovs_mutex {
Expand Down

0 comments on commit 3e3bed0

Please sign in to comment.