chiark / gitweb /
execute.h: remove redefinition of Unit
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 5 Dec 2013 21:34:01 +0000 (22:34 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 5 Dec 2013 21:35:11 +0000 (22:35 +0100)
commita809021a9c330236d520eb329cfb4d52a401e8a0
treedb06441f9551784f4e60b846ba2060bab7f12091
parent8edb59a98b8571ffb25a7aaedeaca30f38d5ba0b
execute.h: remove redefinition of Unit

Unit is typedef'ed in both unit.h and execute.h. The typedef
existed first in unit.h and was later added to execute.h in
c17ec25e4d9bd6c8e8617416f813e25b2ebbafc5

It is no longer needed so let's just keep the one in unit.h to
avoid redefining it.
src/core/execute.h