diff --git a/main.cc b/main.cc index 0072312..e1e7756 100644 --- a/main.cc +++ b/main.cc @@ -5,17 +5,6 @@ #include #include -#include -#include -#include -#include -#include -#include - -#include -#include - - void resizeCallback(GLFWwindow* window, int newWidth, int newHeight) { // store the new window size and adjust the viewport: diff --git a/main.hh b/main.hh index eb928a1..ac9b640 100644 --- a/main.hh +++ b/main.hh @@ -1,10 +1,5 @@ #ifndef MAIN_HH_INCLUDED #define MAIN_HH_INCLUDED -#include -#include - -#include -#include #include "application.hh"