X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Feffects%2Fbloom.cpp;h=a6fefa6ecc014cb68ddcb41e443128f33295e430;hb=f19366d32cc29287a2730cfba90893e407754081;hp=fc087d4ce19dbd5293dbdf53b40345ff52490dad;hpb=6353307898cd397e2bcde13e2448a8a678a60004;p=libs%2Fgl.git diff --git a/source/effects/bloom.cpp b/source/effects/bloom.cpp index fc087d4c..a6fefa6e 100644 --- a/source/effects/bloom.cpp +++ b/source/effects/bloom.cpp @@ -1,11 +1,10 @@ #include #include -#include "blend.h" #include "bloom.h" -#include "misc.h" +#include "mesh.h" #include "renderer.h" #include "resources.h" -#include "shader.h" +#include "texture2d.h" using namespace std;