-- Edited by Mike Schroeder, March 19, 1983 1:56 pm
-- DLMap.config
-- Hal Murray May 7, 1985 6:44:34 pm PDT

DLMap: CONFIGURATION

  IMPORTS

	Buttons, Containers, Labels, Menus, Rules, ViewerIO, ViewerOps,
	ViewerTools,

	GVNames,
	
	BasicTime, FS, IO, RedBlackTree, Rope
	


  CONTROL CedarDLMapper = 

BEGIN

	HistogramImpl;
	CedarDLMapper;
	
END.