diff options
Diffstat (limited to 'gcc/d/dmd/expression.h')
-rw-r--r-- | gcc/d/dmd/expression.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/d/dmd/expression.h b/gcc/d/dmd/expression.h index 411822c..f848cce 100644 --- a/gcc/d/dmd/expression.h +++ b/gcc/d/dmd/expression.h @@ -1,22 +1,22 @@ /* Compiler implementation of the D programming language - * Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved + * Copyright (C) 1999-2022 by The D Language Foundation, All Rights Reserved * written by Walter Bright - * http://www.digitalmars.com + * https://www.digitalmars.com * Distributed under the Boost Software License, Version 1.0. - * http://www.boost.org/LICENSE_1_0.txt + * https://www.boost.org/LICENSE_1_0.txt * https://github.com/dlang/dmd/blob/master/src/dmd/expression.h */ #pragma once #include "ast_node.h" -#include "complex_t.h" #include "globals.h" #include "arraytypes.h" #include "visitor.h" #include "tokens.h" +#include "root/complex_t.h" #include "root/dcompat.h" #include "root/optional.h" |