Removing useless includes.
This commit is contained in:
parent
880c27d1e4
commit
fec80d3e61
11
main.cc
11
main.cc
@ -5,17 +5,6 @@
|
|||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
#include <ACGL/OpenGL/Objects.hh>
|
|
||||||
#include <ACGL/OpenGL/Data/TextureData.hh>
|
|
||||||
#include <ACGL/Math/Math.hh>
|
|
||||||
#include <ACGL/Utils/FileHelpers.hh>
|
|
||||||
#include <ACGL/Utils/StringHelpers.hh>
|
|
||||||
#include <ACGL/OpenGL/Objects/VertexArrayObject.hh>
|
|
||||||
|
|
||||||
#include <ACGL/OpenGL/glloaders/extensions.hh>
|
|
||||||
#include <ACGL/Base/Settings.hh>
|
|
||||||
|
|
||||||
|
|
||||||
void resizeCallback(GLFWwindow* window, int newWidth, int newHeight)
|
void resizeCallback(GLFWwindow* window, int newWidth, int newHeight)
|
||||||
{
|
{
|
||||||
// store the new window size and adjust the viewport:
|
// store the new window size and adjust the viewport:
|
||||||
|
5
main.hh
5
main.hh
@ -1,10 +1,5 @@
|
|||||||
#ifndef MAIN_HH_INCLUDED
|
#ifndef MAIN_HH_INCLUDED
|
||||||
#define MAIN_HH_INCLUDED
|
#define MAIN_HH_INCLUDED
|
||||||
#include <ACGL/OpenGL/GL.hh>
|
|
||||||
#include <ACGL/Math/Math.hh>
|
|
||||||
|
|
||||||
#include <GLFW/glfw3.h>
|
|
||||||
#include <ACGL/OpenGL/Objects/ArrayBuffer.hh>
|
|
||||||
|
|
||||||
#include "application.hh"
|
#include "application.hh"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user