diff --git a/backends/twitter/Requests/ProfileImageRequest.h b/backends/twitter/Requests/ProfileImageRequest.h index f293a9bdbafc37e42306218cf1d8df7de685fe8e..f212219dbb8d2468dd0ba5f042429dbb8f4cffd1 100644 --- a/backends/twitter/Requests/ProfileImageRequest.h +++ b/backends/twitter/Requests/ProfileImageRequest.h @@ -1,10 +1,10 @@ #ifndef PROFILEIMAGE_H #define PROFILEIMAGE_H -#include "transport/threadpool.h" #include "../TwitterResponseParser.h" -#include "transport/logging.h" -#include "transport/config.h" +#include "transport/ThreadPool.h" +#include "transport/Logging.h" +#include "transport/Config.h" #include #include #include