From 4cc883a353371514f5e9a5d6edac601ea192ac9d Mon Sep 17 00:00:00 2001 From: Nikita Smith Date: Thu, 27 Mar 2025 15:49:15 -0700 Subject: [PATCH] update includes in rdi_breakpad_from_pdb --- src/rdi_breakpad_from_pdb/rdi_breakpad_from_pdb_main.c | 2 -- 1 file changed, 2 deletions(-) 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"