diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/window.c b/tests/window.c index e1c5de1..31447d8 100644 --- a/tests/window.c +++ b/tests/window.c @@ -4,9 +4,9 @@ #include <al/array.h> #include <al/str.h> #include <al/math.h> +#include <nnwt/common.h> #include <stl/window.h> #include <stl/gl.h> -#include <nnwt/common.h> #define DEFAULT_WIDTH 720 #define DEFAULT_HEIGHT 480 |