I dont think you have to import classes from the same package... i never
had to though...
but you should make sure the package declaration of classes in the same
folder look the same... i've had the compiler (or even runtime? i'm not
sure ...) complain about that when i've moved classes around and forgot to
check the package declaration.