remove unnecessary imports from root.rootobject (#15692)

This commit is contained in:
Walter Bright 2023-10-15 16:11:35 -07:00 committed by GitHub
parent 966029fc75
commit 747256d77f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
/***********************************************************
*/