Fix build break due to typo in #include files

This commit is contained in:
Srivats P 2021-12-16 17:49:01 +05:30
parent f28e236276
commit db226d7069

View File

@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#ifndef _MANDATORY_FIELDS_GROUP_H
#define _MANDATORY_FIELDS_GROUP_H
#include <QObject.h>
#include <QList.h>
#include <QObject>
#include <QList>
class QPushButton;
class QWidget;