Yet another set of #include -> #import replacement.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30083 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2010-03-31 08:14:50 +00:00
parent 025a72aaca
commit 3d559c477e
49 changed files with 301 additions and 223 deletions

View file

@ -34,7 +34,7 @@
#ifndef _GNUstep_H_NSRulerView
#define _GNUstep_H_NSRulerView
#include <AppKit/NSView.h>
#import <AppKit/NSView.h>
/* Declaring classes, rather than #including the full class header,
* results in much faster compilations. */