I do not know .. have been away from C/C++ for a long time...
As much as I remember you can only import one header file each time... also when you import a header file you can just call methods from the header file automatically ...
However I could be very wrong on this .. really lost touch from C/C++ ...
regards,
Sim085
#include == Simple file include preprocessing instruction.
import ; == Tells the compiler to check package X when it comes across a class not in the current package. Sort of like add stuff to your "PATH" variable.
Header Files: A description of a class.
Import: See above
The two are completely unrelated.