from #include <> to #include ""

This commit is contained in:
Guido Ranzuglia granzuglia 2010-03-19 09:05:19 +00:00
parent fd6ea1653e
commit 71c233c0e7
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
#ifndef SSAO_H
#define SSAO_H
#include <decorate_shader.h>
#include "decorate_shader.h"
class SSAO : public DecorateShader
{

View File

@ -24,7 +24,7 @@
#ifndef VARIANCE_SHADOW_MAPPING_H
#define VARIANCE_SHADOW_MAPPING_H
#include <shadow_mapping.h>
#include "shadow_mapping.h"
class VarianceShadowMapping : public ShadowMapping

View File

@ -24,7 +24,7 @@
#ifndef VARIANCE_SHADOW_MAPPING_BLUR_H
#define VARIANCE_SHADOW_MAPPING_BLUR_H
#include <variance_shadow_mapping.h>
#include "variance_shadow_mapping.h"
class VarianceShadowMappingBlur : public VarianceShadowMapping
{