Removed stdlib from screen header

This commit is contained in:
neauoire 2022-01-08 19:38:53 -08:00
parent 3ed8a61625
commit 37497060dc
2 changed files with 2 additions and 2 deletions
src/devices

View File

@ -1,3 +1,5 @@
#include <stdlib.h>
#include "../uxn.h"
#include "screen.h"

View File

@ -1,5 +1,3 @@
#include <stdlib.h>
/*
Copyright (c) 2021 Devine Lu Linvega
Copyright (c) 2021 Andrew Alderwick