瀏覽代碼

removed main include

Kajetan Johannes Hammerle 4 年之前
父節點
當前提交
af40441b86
共有 1 個文件被更改,包括 0 次插入2 次删除
  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";