Browse code

Removed stdlib from screen header

neauoire authored on 09/01/2022 03:38:53
Showing 2 changed files
... ...
@@ -1,3 +1,5 @@
1
+#include <stdlib.h>
2
+
1 3
 #include "../uxn.h"
2 4
 #include "screen.h"
3 5
 
... ...
@@ -1,5 +1,3 @@
1
-#include <stdlib.h>
2
-
3 1
 /*
4 2
 Copyright (c) 2021 Devine Lu Linvega
5 3
 Copyright (c) 2021 Andrew Alderwick