changeset 1237 | da180fe5b4b7 |
parent 1232 | eec14d60f416 |
child 1243 | 0092b6c389d4 |
--- a/mojoshader_opengl.c Wed Apr 01 17:11:09 2020 -0400 +++ b/mojoshader_opengl.c Wed Apr 01 17:12:48 2020 -0400 @@ -7,12 +7,6 @@ * This file written by Ryan C. Gordon. */ -#include <stdio.h> -#include <string.h> -#include <stdlib.h> -#include <stdarg.h> -#include <assert.h> - #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN 1 #include <windows.h> // GL headers need this for WINGDIAPI definition.