aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objects.c
diff options
context:
space:
mode:
authorBernd Schmidt <bernd.schmidt@analog.com>2006-02-06 16:36:35 +0000
committerBernd Schmidt <bernd.schmidt@analog.com>2006-02-06 16:36:35 +0000
commitb3d13cd7ae392041004db6b9bf5098372048c00e (patch)
tree2adf45987dc9f88c26eeb95b0071647ebb5c87ec /libobjc/objects.c
parent337db89251de80f8ff7a00b2d71bc333c630b6e4 (diff)
Merge reload-branch up to revision 101000reload-branch
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/reload-branch@110651 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/objects.c')
-rw-r--r--libobjc/objects.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/objects.c b/libobjc/objects.c
index e4920a650a8..c3732e3a444 100644
--- a/libobjc/objects.c
+++ b/libobjc/objects.c
@@ -25,8 +25,8 @@ Boston, MA 02111-1307, USA. */
covered by the GNU General Public License. */
#include "tconfig.h" /* include defs of bzero for target */
-#include "objc.h"
-#include "runtime.h" /* the kitchen sink */
+#include "objc/objc.h"
+#include "objc/runtime.h" /* the kitchen sink */
#if OBJC_WITH_GC
# include <gc.h>