From: Ben Pfaff Date: Fri, 26 Feb 2016 22:23:19 +0000 (-0800) Subject: thread: Keep openvswitch/thread.h #includes more contained within include/. X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=3e3bed0b402c2ec2aef9e1282a7c654341301590 thread: Keep openvswitch/thread.h #includes more contained within include/. It's better if the "include" directory is self-contained to the extent possible. Signed-off-by: Ben Pfaff Acked-by: Justin Pettit --- diff --git a/include/openvswitch/thread.h b/include/openvswitch/thread.h index 8a398af0a..af6f2bbc0 100644 --- a/include/openvswitch/thread.h +++ b/include/openvswitch/thread.h @@ -21,7 +21,7 @@ #include #include #include -#include "util.h" +#include "openvswitch/compiler.h" /* Mutex. */ struct OVS_LOCKABLE ovs_mutex {