-- IncludeChecker.config  
-- Last edited by Sandman on July 8, 1980  1:53 PM
-- Last edited by Lewis on 10-Apr-81 17:41:54
-- Last edited by Paul Rovner on May 2, 1983 12:09 pm

IncludeChecker: CONFIGURATION LINKS: CODE
    IMPORTS 
      BcdOps, ConvertUnsafe, Commander, Directory, Inline, IO, LongString, Rope,
      Segments, Space, Storage, Streams, String, Time, Transaction
    CONTROL CheckIncludes =
  BEGIN
  CheckIncludes;
  FileListsImpl;
  IncludesSymTablesImpl;
  Output;
  Allocator;
  END.