You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/10/11 15:22:58 UTC

incubator-mynewt-core git commit: kernel; fix build for unittests.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 60d74cfc5 -> 9bff5b211


kernel; fix build for unittests.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/9bff5b21
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/9bff5b21
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/9bff5b21

Branch: refs/heads/develop
Commit: 9bff5b21198a09f8cc0d3199d64e1d2cc44c9670
Parents: 60d74cf
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue Oct 11 08:21:58 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue Oct 11 08:22:33 2016 -0700

----------------------------------------------------------------------
 kernel/os/src/arch/sim/os_arch_sim.c | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/9bff5b21/kernel/os/src/arch/sim/os_arch_sim.c
----------------------------------------------------------------------
diff --git a/kernel/os/src/arch/sim/os_arch_sim.c b/kernel/os/src/arch/sim/os_arch_sim.c
index 51731f7..c4cd00e 100644
--- a/kernel/os/src/arch/sim/os_arch_sim.c
+++ b/kernel/os/src/arch/sim/os_arch_sim.c
@@ -33,7 +33,6 @@
 #include <signal.h>
 #include <sys/time.h>
 #include <assert.h>
-#include <util/util.h>
 
 struct stack_frame {
     int sf_mainsp;              /* stack on which main() is executing */