/* Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved | |
* http://www.digitalmars.com | |
* Distributed under the Boost Software License, Version 1.0. | |
* http://www.boost.org/LICENSE_1_0.txt | |
* https://github.com/dlang/dmd/blob/master/src/dmd/root/root.h | |
*/ | |
#pragma once | |
#include "object.h" | |
#include "filename.h" | |
#include "file.h" | |
#include "outbuffer.h" | |
#include "array.h" |