1
2/* Copyright (C) 1999-2019 by The D Language Foundation, All Rights Reserved
3 * http://www.digitalmars.com
4 * Distributed under the Boost Software License, Version 1.0.
5 * http://www.boost.org/LICENSE_1_0.txt
6 * https://github.com/dlang/dmd/blob/master/src/dmd/root/root.h
7 */
8
9#pragma once
10
11#include "object.h"
12
13#include "filename.h"
14
15#include "file.h"
16
17#include "outbuffer.h"
18
19#include "array.h"
20