1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-03 03:23:33 +02:00

Remove <stdio.h> include from SteamNetwork.c

It's unused.
This commit is contained in:
Misa 2021-09-17 13:05:48 -07:00
parent 6ba7058a0e
commit 135ff36409

View File

@ -2,7 +2,6 @@
#ifndef MAKEANDPLAY
#include <stdio.h>
#include <stdint.h>
#include <SDL.h>