X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FScene.hh;fp=src%2FScene.hh;h=8c60cc50bb0f533b9e3fa1c83b24b0fbc153b30b;hp=3c14b47e81564ee89c76a29e5631ec7d86e35845;hb=6f1b787a10d8ab1a3117a4b8c004dd2d90599608;hpb=c143f7e806766a73cd69dc6e084e977641019ce6 diff --git a/src/Scene.hh b/src/Scene.hh index 3c14b47..8c60cc5 100644 --- a/src/Scene.hh +++ b/src/Scene.hh @@ -19,7 +19,6 @@ #include #include -#include #include @@ -33,7 +32,7 @@ class settings; class Scene; typedef boost::shared_ptr SceneP; -class Scene : public moof::cullable, public moof::drawable, public moof::resource +class Scene : public moof::cullable, public moof::drawable { class impl; boost::shared_ptr impl_;