diff --git a/client/app.h b/client/app.h index 17144665e6..be46abdaaa 100644 --- a/client/app.h +++ b/client/app.h @@ -23,11 +23,12 @@ #include #endif -#include "client_types.h" -#include "common_defs.h" #include "app_ipc.h" +#include "common_defs.h" #include "procinfo.h" +#include "client_types.h" + #define ABORT_TIMEOUT 15 // if we send app request, wait this long before killing it. // This gives it time to download symbol files (which can be several MB) diff --git a/client/async_file.h b/client/async_file.h index 0020e7e5fc..eccc2c4a14 100644 --- a/client/async_file.h +++ b/client/async_file.h @@ -29,6 +29,7 @@ #include #endif +#include "filesys.h" #include "md5.h" struct FILE_INFO;