remove unnecessary import
This commit is contained in:
parent
5600ddcd9d
commit
3f324d671a
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
#include "../includes/plateau.h"
|
||||
#include <stdio.h>
|
||||
|
||||
Table *generate_table(GLuint width, GLuint height, Pos origin, Uint32 color) {
|
||||
Table *table = malloc(sizeof(Table));
|
||||
|
|
Reference in a new issue