From a2e3f33f39e6898c2e2886216fe671b29a93d643 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Jul 2013 13:50:54 +0200 Subject: score: Create object implementation header Move implementation specific parts of object.h and object.inl into new header file objectimpl.h. The object.h contains now only the application visible API. --- testsuites/samples/unlimited/test1.c | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuites/samples/unlimited') diff --git a/testsuites/samples/unlimited/test1.c b/testsuites/samples/unlimited/test1.c index 1d0c9bd104..2102285526 100644 --- a/testsuites/samples/unlimited/test1.c +++ b/testsuites/samples/unlimited/test1.c @@ -25,7 +25,6 @@ #include "system.h" #include "tmacros.h" -#include void test1() { -- cgit v1.2.3