Clean up all the header imports in teh Printing directory.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32009 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2011-02-07 18:08:33 +00:00
parent ad08ca9dc4
commit c05a9537d1
25 changed files with 102 additions and 262 deletions

View file

@ -33,14 +33,12 @@
#ifndef _GNUstep_H_GSLPRPrintPanel
#define _GNUstep_H_GSLPRPrintPanel
#include <AppKit/NSPrintPanel.h>
#import "AppKit/NSPrintPanel.h"
@interface GSLPRPrintPanel : NSPrintPanel
{
}
@end
#endif // _GNUstep_H_GSLPRPrintPanel