From b258eac215c791b2a8eed10cecbbf9551c87f0b9 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Mon, 22 Nov 2021 03:55:16 +0100 Subject: NOISSUE continue reshuffling the codebase --- launcher/JavaCommon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'launcher/JavaCommon.cpp') diff --git a/launcher/JavaCommon.cpp b/launcher/JavaCommon.cpp index 92a058f0..6fa5851b 100644 --- a/launcher/JavaCommon.cpp +++ b/launcher/JavaCommon.cpp @@ -1,5 +1,5 @@ #include "JavaCommon.h" -#include "dialogs/CustomMessageBox.h" +#include "ui/dialogs/CustomMessageBox.h" #include bool JavaCommon::checkJVMArgs(QString jvmargs, QWidget *parent) -- cgit