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
1 changed files with 0 additions and 1 deletions

View File

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