| Index: cc/layer_quad.cc
|
| diff --git a/cc/layer_quad.cc b/cc/layer_quad.cc
|
| index c7cc42c0ac9af59d0073b092f51fe949773a27e3..e2ce6d28aad5905cfce5b94af7d44bc18841a035 100644
|
| --- a/cc/layer_quad.cc
|
| +++ b/cc/layer_quad.cc
|
| @@ -2,10 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -
|
| #include "config.h"
|
|
|
| -#include "CCLayerQuad.h"
|
| +#include "cc/layer_quad.h"
|
|
|
| #include "base/logging.h"
|
|
|
| @@ -69,4 +68,4 @@ void CCLayerQuad::toFloatArray(float flattened[12]) const
|
| flattened[11] = m_bottom.z();
|
| }
|
|
|
| -} // namespace cc
|
| +} // namespace cc
|
|
|