Skip to content

Commit

Permalink
Main header file includes other header files using quote syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Milligan committed Aug 9, 2010
1 parent 2851aca commit e49dfef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitignore
@@ -1,4 +1,4 @@
Cedar.xcodeproj/pivotal.mode1v3
Cedar.xcodeproj/pivotal.pbxuser
Cedar.xcodeproj/*.mode1v3
Cedar.xcodeproj/*.pbxuser
build
.DS_Store
8 changes: 4 additions & 4 deletions Source/Headers/Cedar.h
@@ -1,7 +1,7 @@
#if TARGET_OS_IPHONE
#import <Cedar-iPhone/CDRFunctions.h>
#import <Cedar-iPhone/CedarApplicationDelegate.h>
#import <Cedar-iPhone/CDRExampleReporterViewController.h>
#import "CDRFunctions.h"
#import "CedarApplicationDelegate.h"
#import "CDRExampleReporterViewController.h"
#else
#import <Cedar/CDRFunctions.h>
#import "CDRFunctions.h"
#endif

0 comments on commit e49dfef

Please sign in to comment.