diff --git a/compiler/src/dmd/root/rootobject.d b/compiler/src/dmd/root/rootobject.d index 7138841caa..65c499ddf4 100644 --- a/compiler/src/dmd/root/rootobject.d +++ b/compiler/src/dmd/root/rootobject.d @@ -1,5 +1,5 @@ /** - * Provide the root object that classes in dmd inherit from. + * Provide the root object that AST classes in dmd inherit from. * * Copyright: Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved * Authors: Walter Bright, https://www.digitalmars.com @@ -11,10 +11,6 @@ module dmd.root.rootobject; -import core.stdc.stdio; - -import dmd.common.outbuffer; - /*********************************************************** */