diff --git a/src/rdi_from_pdb/rdi_from_pdb_main.c b/src/rdi_from_pdb/rdi_from_pdb_main.c index 742b964f..575c4a23 100644 --- a/src/rdi_from_pdb/rdi_from_pdb_main.c +++ b/src/rdi_from_pdb/rdi_from_pdb_main.c @@ -23,8 +23,8 @@ //- rjf: [h] #include "base/base_inc.h" #include "os/os_inc.h" +#include "async/async.h" #include "task_system/task_system.h" -#include "task_system/task_system2.h" #include "rdi_make/rdi_make_local.h" #include "coff/coff.h" #include "codeview/codeview.h" @@ -39,8 +39,8 @@ //- rjf: [c] #include "base/base_inc.c" #include "os/os_inc.c" +#include "async/async.c" #include "task_system/task_system.c" -#include "task_system/task_system2.c" #include "rdi_make/rdi_make_local.c" #include "coff/coff.c" #include "codeview/codeview.c"