mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 18:19:43 +01: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:
parent
d39fe96cf2
commit
de1e773b7f
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#include "editor.h"
|
#include "editor.h"
|
||||||
#include "Enums.h"
|
#include "Enums.h"
|
||||||
|
|
Loading…
Reference in a new issue