chiark / gitweb /
Macroize submit buttons so we can mess with them more easily
[disorder] / scripts / make-unidata
index 1230aa76cc3eb09b8a54f5275675e6d8053c8bf4..5611b0d0d6899f7f59d096703760ca71dfef518d 100755 (executable)
@@ -439,8 +439,7 @@ print STDERR "Generating unidata.c...\n";
 open(STDOUT, ">unidata.c") or die "unidata.c: $!\n";
 
 out("/* Automatically generated file, see scripts/make-unidata */\n",
-    "#include <config.h>\n",
-    "#include \"types.h\"\n",
+    "#include \"common.h\"\n",
     "#include \"unidata.h\"\n");
 
 # Short aliases to keep .c file small