mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
remove unnecessary imports from root.rootobject (#15692)
This commit is contained in:
parent
966029fc75
commit
747256d77f
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
|
||||
/***********************************************************
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue