diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-27 14:45:48 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-27 14:54:39 -0700 |
commit | 0981ffa00ce520df1134714206a70bcc1a08303e (patch) | |
tree | f16746740c43bbaa582392c3d702b1d0ae16876e /test/lizfcm.test.h | |
parent | 793c01c9bd61a5b461b44fc7ede04cc1dd90a4ec (diff) | |
download | cmath-0981ffa00ce520df1134714206a70bcc1a08303e.tar.gz cmath-0981ffa00ce520df1134714206a70bcc1a08303e.zip |
q5 hw7
Diffstat (limited to 'test/lizfcm.test.h')
-rw-r--r-- | test/lizfcm.test.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/lizfcm.test.h b/test/lizfcm.test.h index 2374b83..9819d46 100644 --- a/test/lizfcm.test.h +++ b/test/lizfcm.test.h @@ -1,7 +1,8 @@ -#include "lizfcm.h" -#include "utest.h" - #ifndef LIZFCM_TEST_H #define LIZFCM_TEST_H +#include "lizfcm.h" + +#include "utest.h" + #endif // LIZFCM_TEST_H |