Index: cc/keyframed_animation_curve.h |
diff --git a/cc/keyframed_animation_curve.h b/cc/keyframed_animation_curve.h |
index 881ef0348077ccf935bccfb837f2ec9f3dee5e39..7583f325a7320d351ea280285603a77084e1bb68 100644 |
--- a/cc/keyframed_animation_curve.h |
+++ b/cc/keyframed_animation_curve.h |
@@ -5,9 +5,9 @@ |
#ifndef CCKeyframedAnimationCurve_h |
#define CCKeyframedAnimationCurve_h |
-#include "CCAnimationCurve.h" |
-#include "cc/timing_function.h" |
+#include "cc/animation_curve.h" |
#include "cc/scoped_ptr_vector.h" |
+#include "cc/timing_function.h" |
#include <public/WebTransformOperations.h> |
namespace cc { |
@@ -104,6 +104,6 @@ private: |
ScopedPtrVector<TransformKeyframe> m_keyframes; |
}; |
-} // namespace cc |
+} // namespace cc |
#endif // CCKeyframedAnimationCurve_h |