summaryrefslogtreecommitdiffstats
path: root/logic/screenshots/ImgurUpload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'logic/screenshots/ImgurUpload.cpp')
-rw-r--r--logic/screenshots/ImgurUpload.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/logic/screenshots/ImgurUpload.cpp b/logic/screenshots/ImgurUpload.cpp
index 4ae37dfa..053156b9 100644
--- a/logic/screenshots/ImgurUpload.cpp
+++ b/logic/screenshots/ImgurUpload.cpp
@@ -8,8 +8,8 @@
#include <QFile>
#include <QUrl>
-#include "logic/net/URLConstants.h"
-#include "logic/Env.h"
+#include "net/URLConstants.h"
+#include "Env.h"
#include <QDebug>
ImgurUpload::ImgurUpload(ScreenshotPtr shot) : NetAction(), m_shot(shot)