From fec80d3e61d2abe4cbf39a909ced13fe0799d931 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Mon, 1 Dec 2014 12:58:04 +0100 Subject: [PATCH] Removing useless includes. --- main.cc | 11 ----------- main.hh | 5 ----- 2 files changed, 16 deletions(-) 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"