diff options
author | Rob Bradford <rob@linux.intel.com> | 2012-12-03 19:44:14 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-12-06 15:53:03 -0500 |
commit | 4a822495fad43b8b971ed49184ebd4eebe24b674 (patch) | |
tree | a7fc91ebe89ad60f5811bf6b1a9f7bb2eedeecee /tests/matrix-test.c | |
parent | 80137f3afe749748d0350582730b89298ec1749c (diff) |
Move matrix.[ch] to shared
This means it can be used for the calibration tool.
Diffstat (limited to 'tests/matrix-test.c')
-rw-r--r-- | tests/matrix-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/matrix-test.c b/tests/matrix-test.c index cc78492f..5b0513f3 100644 --- a/tests/matrix-test.c +++ b/tests/matrix-test.c @@ -27,7 +27,7 @@ #include <signal.h> #include <time.h> -#include "matrix.h" +#include "../shared/matrix.h" struct inverse_matrix { double LU[16]; /* column-major */ |