diff options
author | David Robillard <d@drobilla.net> | 2021-09-10 20:11:45 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-09-10 20:54:28 -0400 |
commit | 1f8c8118f2d42f495dbe6e3adb2a95c87a92e8e0 (patch) | |
tree | 917f42d6b9dae4884330e950d8beb3d115ce4bd5 /test/bitset_test.c | |
parent | f522f8e480e8ef95ecb5e597ff3a22700d9ac9cf (diff) | |
download | zix-1f8c8118f2d42f495dbe6e3adb2a95c87a92e8e0.tar.gz zix-1f8c8118f2d42f495dbe6e3adb2a95c87a92e8e0.tar.bz2 zix-1f8c8118f2d42f495dbe6e3adb2a95c87a92e8e0.zip |
Move attribute definitions to a separate header
Diffstat (limited to 'test/bitset_test.c')
-rw-r--r-- | test/bitset_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <inttypes.h> #include <stdarg.h> |