diff --git a/src/rdi_breakpad_from_pdb/rdi_breakpad_from_pdb_main.c b/src/rdi_breakpad_from_pdb/rdi_breakpad_from_pdb_main.c index fb5bdf9c..f3c72e7e 100644 --- a/src/rdi_breakpad_from_pdb/rdi_breakpad_from_pdb_main.c +++ b/src/rdi_breakpad_from_pdb/rdi_breakpad_from_pdb_main.c @@ -23,7 +23,6 @@ #include "os/os_inc.h" #include "async/async.h" #include "rdi_make/rdi_make_local.h" -#include "rdi_make/rdi_make_help.h" #include "coff/coff.h" #include "coff/coff_parse.h" #include "codeview/codeview.h" @@ -41,7 +40,6 @@ #include "os/os_inc.c" #include "async/async.c" #include "rdi_make/rdi_make_local.c" -#include "rdi_make/rdi_make_help.c" #include "coff/coff.c" #include "coff/coff_parse.c" #include "codeview/codeview.c"