thread: Keep openvswitch/thread.h #includes more contained within include/.
authorBen Pfaff <blp@ovn.org>
Fri, 26 Feb 2016 22:23:19 +0000 (14:23 -0800)
committerBen Pfaff <blp@ovn.org>
Fri, 26 Feb 2016 22:42:10 +0000 (14:42 -0800)
It's better if the "include" directory is self-contained to the extent
possible.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
include/openvswitch/thread.h

index 8a398af..af6f2bb 100644 (file)
@@ -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 {