-- IncludeChecker.config  
-- Last edited by Sandman on July 8, 1980  1:53 PM
-- Last edited by Lewis on October 8, 1980  1:46 PM

IncludeChecker: CONFIGURATION LINKS: CODE
    IMPORTS DirectoryDefs, MiscDefs, IODefs, SegmentDefs, ImageDefs,
      Storage, StreamDefs, String, TimeDefs, StringDefs
    CONTROL CheckIncludes =
  BEGIN
  Allocator;
  Output;
  SourceTimeImpl;
  FileListsImpl;
  IncludesSymTablesImpl;
  CheckIncludes;
  END.