diff options
Diffstat (limited to 'cc/render_pass.cc')
-rw-r--r-- | cc/render_pass.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cc/render_pass.cc b/cc/render_pass.cc index d6e298f..c14a51a 100644 --- a/cc/render_pass.cc +++ b/cc/render_pass.cc @@ -4,12 +4,12 @@ #include "config.h" -#include "CCRenderPass.h" +#include "cc/render_pass.h" #include "CCLayerImpl.h" -#include "CCMathUtil.h" -#include "CCOcclusionTracker.h" -#include "CCQuadCuller.h" +#include "cc/math_util.h" +#include "cc/occlusion_tracker.h" +#include "cc/quad_culler.h" #include "cc/shared_quad_state.h" #include "cc/solid_color_draw_quad.h" |