mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:10:37 +00:00
Make sure config.h file is included.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2232 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
91f71eb3ad
commit
d7d2c449e6
28 changed files with 63 additions and 11 deletions
|
@ -157,9 +157,7 @@ gui/NSView.h \
|
|||
gui/NSWindow.h \
|
||||
gui/NSWorkspace.h \
|
||||
gui/TrackingRectangle.h \
|
||||
gui/TypesandConstants.h \
|
||||
gui/config.h \
|
||||
gui/stdappkit.h \
|
||||
gui/nsimage-tiff.h
|
||||
|
||||
GNUSTEP_DPS_HEADERS = dps/NSDPSContext.h \
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <Foundation/NSLock.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <gnustep/gui/config.h>
|
||||
#include <gnustep/dps/NSDPSContext.h>
|
||||
|
||||
//
|
||||
|
|
|
@ -54,10 +54,8 @@
|
|||
* OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
//#include <gnustep/base/preface.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
#include <gnustep/gui/config.h>
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue