1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-31 22:05:10 +02:00

fix imports

This commit is contained in:
godric3 2024-12-03 21:28:21 +01:00
parent 025ad58561
commit 01bb73b0cc

@ -8,8 +8,8 @@
*
*/
#include "StdInc.h"
#include "artifactWidget.h"
#include "ui_artifactWidget.h"
#include "artifactwidget.h"
#include "ui_artifactwidget.h"
#include "inspector.h"
#include "../../lib/ArtifactUtils.h"
#include "../../lib/constants/StringConstants.h"