libsel4vm: Remove allocman dependency allocman is an object allocation manager that provides an implementation of the `vka_t` interface. As libsel4vm can perform all allocation through the `vka_t` interface, it doesn't need to know about allocman. This commit also adds some missing #includes for dependencies that were being originally included through the allocman header.