mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove <string.h> #include from main.cpp
We no longer use libc string functions, instead preferring SDL's; this unused include should be removed.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#include <SDL.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "editor.h"
|
||||
#include "Enums.h"
|
||||
|
||||
Reference in New Issue
Block a user