From 3e3bed0b402c2ec2aef9e1282a7c654341301590 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 26 Feb 2016 14:23:19 -0800 Subject: [PATCH] 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 --- include/openvswitch/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.20.1