Make unittest #include path consistent (#29)

This commit is contained in:
Petteri Aimonen 2021-04-29 10:02:02 +03:00 committed by GitHub
parent 9b701e574b
commit 19e5ec621e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* This test checks that the F16() and F16C() macros work correctly. */
#include <fix16.h>
#include <libfixmath/fix16.h>
#include <stdio.h>
#include <math.h>
#include <stdbool.h>

View File

@ -1,4 +1,4 @@
#include <fix16.h>
#include <libfixmath/fix16.h>
#include <stdio.h>
#include <math.h>
#include <string.h>