* removed #include "unit.cpp" from unit.h; added #include "unit.h" to unit.cpp
* made it work :) unit.cpp now compiles to its own object file, for both vegastrike and vegaserver
* had to add a few <xxx>_server.cpp files, and modify the Makefile.am lists quite a bit
* re-uncrustified all changed files