Clean up some dependencies between scene, material, and color

This commit is contained in:
Eryn Wells 2014-08-09 20:34:23 -07:00
parent 48e35dfc81
commit c3da70cdd9
4 changed files with 11 additions and 11 deletions

View file

@ -13,7 +13,7 @@
#include "scene.hh"
#include "basics.h"
#include "light.h"
#include "light.hh"
#include "log.hh"
#include "object.hh"
#include "writer.h"
@ -23,6 +23,7 @@
#include "logModule.hh"
using charles::basics::Color;
using charles::basics::Ray;
using charles::basics::Vector4;