From 8f9a6da0d0672d3cd33ecfb2f54528b4cb06f8af Mon Sep 17 00:00:00 2001 From: thebeing Date: Sat, 4 Sep 2010 17:24:37 +0000 Subject: [PATCH] Remove useless include of objc-common.g (__has_feature is a built-in macro with clang, it doesn't need anything else). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31236 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ config/config.non-fragile-ivars.m | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b1fe75855..386fe6521 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-09-04 Niels Grewe + + * config/config.non-fragile-ivars.m: Remove useless include of + objc-common.g (__has_feature is a built-in clang macro). + 2010-09-02 David Chisnall * Source/NSObject.m diff --git a/config/config.non-fragile-ivars.m b/config/config.non-fragile-ivars.m index 2c8177bf5..01b264e12 100644 --- a/config/config.non-fragile-ivars.m +++ b/config/config.non-fragile-ivars.m @@ -2,8 +2,6 @@ * Fails to build or returns 1 if the feature is not availale. */ -#include "objc-common.g" - int main() {