From 1f8c8118f2d42f495dbe6e3adb2a95c87a92e8e0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 10 Sep 2021 20:11:45 -0400 Subject: Move attribute definitions to a separate header --- test/bitset_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/bitset_test.c') diff --git a/test/bitset_test.c b/test/bitset_test.c index 27f1d2d..c0833e7 100644 --- a/test/bitset_test.c +++ b/test/bitset_test.c @@ -14,8 +14,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "zix/attributes.h" #include "zix/bitset.h" -#include "zix/common.h" #include #include -- cgit v1.2.1