From db877ba121ff87a4e029daf8555d85dfef45993a Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Mon, 9 Feb 2015 01:51:14 +0100 Subject: NOISSUE move everything. --- logic/screenshots/ImgurAlbumCreation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logic/screenshots/ImgurAlbumCreation.h') 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 ImgurAlbumCreationPtr; -- cgit