diff options
Diffstat (limited to 'gcc/d/dmd/arrayop.c')
-rw-r--r-- | gcc/d/dmd/arrayop.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/d/dmd/arrayop.c b/gcc/d/dmd/arrayop.c index 0ea0d32..91c1b76 100644 --- a/gcc/d/dmd/arrayop.c +++ b/gcc/d/dmd/arrayop.c @@ -8,10 +8,7 @@ * https://github.com/D-Programming-Language/dmd/blob/master/src/arrayop.c */ -#include <stdio.h> -#include <string.h> -#include <assert.h> - +#include "root/dsystem.h" #include "root/rmem.h" #include "root/aav.h" |