From 2823a16b724b7dd3da3638c35b0d545a375cac36 Mon Sep 17 00:00:00 2001 From: Miguel Angel Astor Romero Date: Wed, 18 Jan 2017 21:47:50 -0400 Subject: [PATCH] Forgot to remove needless includes. --- main.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/main.cpp b/main.cpp index d427451..238c11b 100644 --- a/main.cpp +++ b/main.cpp @@ -13,23 +13,10 @@ #include "sampling.hpp" #include "scene.hpp" -#include "camera.hpp" #include "ray.hpp" -#include "figure.hpp" -#include "sphere.hpp" -#include "plane.hpp" -#include "disk.hpp" -#include "light.hpp" -#include "directional_light.hpp" -#include "point_light.hpp" -#include "spot_light.hpp" #include "tracer.hpp" #include "path_tracer.hpp" #include "whitted_tracer.hpp" -#include "brdf.hpp" -#include "phong_brdf.hpp" -#include "hsa_brdf.hpp" -#include "environment.hpp" using namespace std; using namespace glm;