core thread: Don't include core.h from thread.h
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 8 Apr 2011 22:24:20 +0000 (15:24 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Sun, 10 Apr 2011 01:27:07 +0000 (18:27 -0700)
commite23d01c50f80fa14cefa0e62fb8741a28eaa9776
tree0713990bafdaf4e8239294aeaf83be558ad961f8
parent71b54fdaeb8b82293f1a19df401b3645d8096144
core thread: Don't include core.h from thread.h

core.h brings in a lot of symbols and causes conflicts when
included into lwip, in particular conflicts on the symbol
lfree.

So do the simple thing and simplify what thread.h brings in to
reduce the change of symbol conflicts.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
core/include/thread.h
core/thread/exit_thread.c