Browse Source

removed main include

Kajetan Johannes Hammerle 3 years ago
parent
commit
af40441b86
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Main.cpp

+ 0 - 2
Main.cpp

@@ -25,8 +25,6 @@
 #include "wrapper/Framebuffer.h"
 #include "rendering/FileTexture.h"
 
-#include "memory/StackAllocator.h"
-
 int main(int argAmount, char** args) {
     if(argAmount < 2) {
         std::cout << "missing path to images\n";