IWYU: Which headers can I include in my .h, which should I include in .cpp and why?

So, just to be clear, if I include “ModuleManager.h” in .h, do I need to include “ModuleManager.h” in the .cpp or in this case there is no need?

(Knowing that I will use this dependency in .cpp.)