Import class. more overhead?

Say you have a document class, and a customMenu class.
If they import some of the same classes, would it be less overhead if everything was in the document class? Thus imports only happen one time?
If so, is it an amount which is barely noticeable?