From 90c714810877653768549df085aa6f41d20ec496 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 12 May 2017 08:27:38 +0000 Subject: fixed includes git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7167 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/aboutdialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/qmmpui/aboutdialog.cpp') diff --git a/src/qmmpui/aboutdialog.cpp b/src/qmmpui/aboutdialog.cpp index 2739aff9a..429042c6f 100644 --- a/src/qmmpui/aboutdialog.cpp +++ b/src/qmmpui/aboutdialog.cpp @@ -1,5 +1,5 @@ /************************************************************************** -* Copyright (C) 2006-2015 by Ilya Kotov * +* Copyright (C) 2006-2017 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -29,8 +29,8 @@ #include #include #include -#include -#include +#include "general.h" +#include "generalfactory.h" #include "aboutdialog_p.h" -- cgit v1.2.3-13-gbd6f