]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/d/dmd/root/speller.c
Merge dmd upstream 6243fa6d2
[thirdparty/gcc.git] / gcc / d / dmd / root / speller.c
index 52b4e4767f8553d9e54c2a62bc3f97b48ca1d2d9..a5c16bab12d195251d49a74e8d34821d8ab9a4f2 100644 (file)
@@ -6,16 +6,7 @@
  * https://github.com/D-Programming-Language/dmd/blob/master/src/root/speller.c
  */
 
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
-#include <assert.h>
-#include <limits.h>
-
-#if __sun || _MSC_VER
-#include <alloca.h>
-#endif
-
+#include "dsystem.h"
 #include "speller.h"
 
 const char idchars[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_";