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.)
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.)