Imports and includes

Hi

My current project imports the following on the root time line

//Imports
import gs.TweenLite;
import gs.easing.*;
include “theStockists.as”

I then have a series of movieclips in my library that get loaded in as required at run time using addChild.

In each of these movieclips I am having to use the same import commands or I get an error.

Is there a way of me changing my code in some way so I only need to use the imports once in the main time line?

Thanks