I explain what I want.
I have a superclass with 3 inner classes into it.
ok, i'd want to write includes to use only one of these 3 inner classes
I dont know how to do it.
I'd want to write #include <MYCLASS/MYINNERCLASS1>
But besides.... I have .h files, so I will not can to write :
#include "MYCLASS/MYINNERCLASS1.h" becasue it does not exist.

Any help ?
Thanks