aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/dmd/json.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/json.c')
-rw-r--r--gcc/d/dmd/json.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/d/dmd/json.c b/gcc/d/dmd/json.c
index 4c49023..5ee9571 100644
--- a/gcc/d/dmd/json.c
+++ b/gcc/d/dmd/json.c
@@ -10,10 +10,7 @@
// This implements the JSON capability.
-#include <stdio.h>
-#include <string.h>
-#include <assert.h>
-
+#include "root/dsystem.h"
#include "root/rmem.h"
#include "mars.h"