From 7043021b7f47435e0d01ccdc21dfd0b9878985c3 Mon Sep 17 00:00:00 2001 From: Sebastian Reitenbach Date: Sun, 10 Mar 2013 13:16:08 +0000 Subject: [PATCH] * EOInterface/EOTextAssociation.m include right headers git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36327 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 2 ++ EOInterface/EOTextAssociation.m | 9 --------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 355198c..5f9d4cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ * EOInterface/EOPopUpAssociation.m * EOInterface/EORadioMatrixAssociation.m NSArray doesn't know about initWithObject: + * EOInterface/EOTextAssociation.m + include right headers 2013-03-08: Sebastian Reitenbach * Apps/EOModelEditor/EOMEDocument.h diff --git a/EOInterface/EOTextAssociation.m b/EOInterface/EOTextAssociation.m index b6070a2..daf7188 100644 --- a/EOInterface/EOTextAssociation.m +++ b/EOInterface/EOTextAssociation.m @@ -23,17 +23,8 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef GNUSTEP -#include -#include - -#include -#include -#include -#else #include #include -#endif #include #include "EODisplayGroup.h"