diff options
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/image.h b/src/image.h index 5206048a..e9db7cad 100644 --- a/src/image.h +++ b/src/image.h @@ -20,6 +20,8 @@ #include <stdint.h> #include <complex.h> +#include "utils.h" + /* How is the scaling of the image described? */ typedef enum { @@ -57,15 +59,6 @@ struct threevec }; -struct quaternion -{ - double w; - double x; - double y; - double z; -}; - - /* Structure describing an image */ struct image { |