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

@ -32,13 +32,11 @@
#ifndef _GNUstep_H_GSLPRPageLayout
#define _GNUstep_H_GSLPRPageLayout
#include <AppKit/NSPageLayout.h>
#import "AppKit/NSPageLayout.h"
@class NSPrintInfo;
@class NSView;
@interface GSLPRPageLayout: NSPageLayout
{
}