diff options
Diffstat (limited to 'logic/screenshots/ImgurAlbumCreation.h')
-rw-r--r-- | logic/screenshots/ImgurAlbumCreation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/screenshots/ImgurAlbumCreation.h b/logic/screenshots/ImgurAlbumCreation.h index 6e8fbe94..f4adf6f2 100644 --- a/logic/screenshots/ImgurAlbumCreation.h +++ b/logic/screenshots/ImgurAlbumCreation.h @@ -1,5 +1,5 @@ #pragma once -#include "logic/net/NetAction.h" +#include "net/NetAction.h" #include "Screenshot.h" typedef std::shared_ptr<class ImgurAlbumCreation> ImgurAlbumCreationPtr; |