Skip to content

Commit

Permalink
Merge pull request facebookarchive#57 from shu223/master
Browse files Browse the repository at this point in the history
Refactored dependencies
  • Loading branch information
grp committed May 7, 2014
2 parents 63791a6 + 27d4776 commit 065ba80
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions pop/POPAnimationInternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@

#import "POPAnimation.h"
#import "POPAnimationRuntime.h"
#import "POPAnimationTracer.h"
#import "POPAnimationTracerInternal.h"
#import "POPSpringSolver.h"
#import "POPVector.h"
#import "POPAction.h"
#import "POPMath.h"

using namespace POP;

Expand Down
1 change: 0 additions & 1 deletion pop/POPAnimationRuntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

#import <Foundation/Foundation.h>

#import "POPMath.h"
#import "POPVector.h"

enum POPValueType
Expand Down
6 changes: 0 additions & 6 deletions pop/POPAnimator.mm
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@

#import <QuartzCore/QuartzCore.h>

#import "POPAnimation.h"
#import "POPAnimationExtras.h"
#import "POPAnimationInternal.h"
#import "POPAnimationRuntime.h"
#import "POPBasicAnimationInternal.h"
#import "POPDecayAnimationInternal.h"
#import "POPSpringAnimationInternal.h"
#import "POPSpringSolver.h"

using namespace std;
using namespace POP;
Expand Down
2 changes: 0 additions & 2 deletions pop/POPMath.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

#import <POP/POPDefines.h>

#import "POPVector.h"

NS_INLINE CGFloat sqrtr(CGFloat f)
{
#if CGFLOAT_IS_DOUBLE
Expand Down
1 change: 0 additions & 1 deletion pop/POPSpringAnimationInternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#import "POPAnimationExtras.h"
#import "POPPropertyAnimationInternal.h"
#import "POPSpringAnimation.h"

struct _POPSpringAnimationState : _POPPropertyAnimationState
{
Expand Down
1 change: 0 additions & 1 deletion pop/POPVector.mm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*/

#import "POPVector.h"
#import "POPAnimationRuntime.h"
#import "POPCGUtils.h"

namespace POP
Expand Down

0 comments on commit 065ba80

Please sign in to comment.