Include <> -> ""

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16917 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2003-06-13 15:01:12 +00:00
parent 616029ef8c
commit fc402789db
138 changed files with 1006 additions and 936 deletions

View file

@ -27,12 +27,12 @@
*/
#include <Foundation/Foundation.h>
#include <AppKit/NSApplication.h>
#include <AppKit/NSScreen.h>
#include <AppKit/NSInterfaceStyle.h>
#include <AppKit/NSGraphicsContext.h>
#include <AppKit/GSDisplayServer.h>
#include <AppKit/AppKitExceptions.h>
#include "AppKit/NSApplication.h"
#include "AppKit/NSScreen.h"
#include "AppKit/NSInterfaceStyle.h"
#include "AppKit/NSGraphicsContext.h"
#include "AppKit/AppKitExceptions.h"
#include "gnustep/gui/GSDisplayServer.h"
@interface NSScreen (Private)
- (id) _initWithScreenNumber: (int)screen;