Removed stdlib from screen header
This commit is contained in:
parent
3ed8a61625
commit
37497060dc
|
@ -1,3 +1,5 @@
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "../uxn.h"
|
#include "../uxn.h"
|
||||||
#include "screen.h"
|
#include "screen.h"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2021 Devine Lu Linvega
|
Copyright (c) 2021 Devine Lu Linvega
|
||||||
Copyright (c) 2021 Andrew Alderwick
|
Copyright (c) 2021 Andrew Alderwick
|
||||||
|
|
Loading…
Reference in New Issue