Removed debug includes

This commit is contained in:
Muaz Ahmad 2023-05-03 15:58:34 +05:00
parent 131b7cac5e
commit ae63b108f4
2 changed files with 0 additions and 2 deletions

View file

@ -4,7 +4,6 @@
#include <string> #include <string>
#include <cstring> #include <cstring>
#include <regex> #include <regex>
#include <iostream>
void ObjectLoader::load_mtl(string filename) { void ObjectLoader::load_mtl(string filename) {
string tmp; string tmp;

View file

@ -2,7 +2,6 @@
#include <GL/gl.h> #include <GL/gl.h>
#include <GL/glu.h> #include <GL/glu.h>
#include <math.h> #include <math.h>
#include <iostream>
void OPGLWidget::initializeGL() { void OPGLWidget::initializeGL() {
glClearDepth(1.0f); glClearDepth(1.0f);