remove more global includes

master
Daniel Kolesa 2020-07-29 04:58:57 +02:00
parent 7cb75077b7
commit eba9f5c455
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,7 @@
// rendergl.cpp: core opengl rendering stuff // rendergl.cpp: core opengl rendering stuff
#include <ctime>
#include <shared/gl.hh> #include <shared/gl.hh>
#include "aa.hh" #include "aa.hh"

View File

@ -1,5 +1,7 @@
// texture.cpp: texture slot management // texture.cpp: texture slot management
#include <ctime>
#include "texture.hh" #include "texture.hh"
#include "command.hh" // identflags #include "command.hh" // identflags

View File

@ -6,12 +6,6 @@
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <ctype.h>
#include <stdarg.h>
#include <limits.h>
#include <float.h>
#include <assert.h>
#include <time.h>
#include "tools.hh" #include "tools.hh"
#include "geom.hh" #include "geom.hh"

View File

@ -1,5 +1,7 @@
// implementation of generic tools // implementation of generic tools
#include <ctime>
#include "cube.hh" #include "cube.hh"
void *operator new(size_t size) void *operator new(size_t size)