diff --git a/reactos/tools/gendib/gendib.c b/reactos/tools/gendib/gendib.c index f9c1383b55c..89f5ee2d5d7 100644 --- a/reactos/tools/gendib/gendib.c +++ b/reactos/tools/gendib/gendib.c @@ -999,7 +999,7 @@ Generate(char *OutputDir, unsigned Bpp) MARK(Out); Output(Out, "/* This is a generated file. Please do not edit */\n"); Output(Out, "\n"); - Output(Out, "#include \"w32k.h\"\n"); + Output(Out, "#include \n"); CreateShiftTables(Out); RopInfo = FindRopInfo(ROPCODE_GENERIC);