diff options
-rw-r--r-- | tests/png.c | 2 | ||||
-rw-r--r-- | tests/raytrace.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/png.c b/tests/png.c index 5e7be2f..f8c81b8 100644 --- a/tests/png.c +++ b/tests/png.c @@ -18,7 +18,7 @@ * <http://www.gnu.org/licenses/>. * *************************************************************************/ -#include "dimension.h" +#include "../libdimension/dimension.h" #include <stdlib.h> #include <stdio.h> #include <stdint.h> diff --git a/tests/raytrace.c b/tests/raytrace.c index a05770b..0cc2876 100644 --- a/tests/raytrace.c +++ b/tests/raytrace.c @@ -18,7 +18,7 @@ * <http://www.gnu.org/licenses/>. * *************************************************************************/ -#include "dimension.h" +#include "../libdimension/dimension.h" #include <stdlib.h> #include <stdio.h> |