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/uihelper.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/qmmpui/uihelper.cpp') diff --git a/src/qmmpui/uihelper.cpp b/src/qmmpui/uihelper.cpp index b93638ced..fa2cda9cf 100644 --- a/src/qmmpui/uihelper.cpp +++ b/src/qmmpui/uihelper.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2016 by Ilya Kotov * + * Copyright (C) 2008-2017 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -25,10 +25,10 @@ #include #include #include -#include -#include -#include -#include +#include "filedialog.h" +#include "playlistparser.h" +#include "playlistmanager.h" +#include "qmmpuisettings.h" #include "general.h" #include "generalfactory.h" #include "jumptotrackdialog_p.h" -- cgit v1.2.3-13-gbd6f