Forgot to remove needless includes.

This commit is contained in:
2017-01-18 21:47:50 -04:00
parent d0ffec8f60
commit 2823a16b72

View File

@@ -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;