From 177dacf1001ac69567d8fa37d36d076a06378b8b Mon Sep 17 00:00:00 2001 From: kervala Date: Fri, 21 Oct 2016 16:09:02 +0200 Subject: [PATCH] Fixed: Compilation of Ryzom Installer --HG-- branch : develop --- code/ryzom/tools/client/ryzom_installer/src/migratedialog.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/ryzom/tools/client/ryzom_installer/src/migratedialog.h b/code/ryzom/tools/client/ryzom_installer/src/migratedialog.h index 3c19bc6f4..9cd584372 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/migratedialog.h +++ b/code/ryzom/tools/client/ryzom_installer/src/migratedialog.h @@ -17,8 +17,6 @@ #ifndef MIGRATEDIALOG_H #define MIGRATEDIALOG_H -#if defined(Q_OS_WIN32) || defined(Q_MOC_RUN) - #include "ui_migratedialog.h" /** @@ -50,5 +48,3 @@ private: }; #endif - -#endif