darshb / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

GDataBlogger.h #import's itself #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On line 24, GDataBlogger.h imports itself.  This isn't throwing a warning
or error in the compiler, but it seems like a potentially bad thing :-).  I
suggest deleting line 24.

Here's a chunk of context:

// 
// GDataBlogger.h
//

#import "GDataElements.h"

// Blogger

#import "GDataBlogger.h"

Thanks,
Matt

Original issue reported on code.google.com by mhartfield@gmail.com on 23 Mar 2010 at 10:19

GoogleCodeExporter commented 9 years ago

Original comment by gregrobbins on 23 Mar 2010 at 10:28

GoogleCodeExporter commented 9 years ago
Harmless, but fixed.

http://code.google.com/p/gdata-objectivec-client/source/detail?r=473

Original comment by gregrobbins on 24 Mar 2010 at 9:07