From 6dd05311d33ca0c89e7542ec117d19b82fca5685 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 13 Jun 2016 16:13:53 +0000 Subject: decreased compiling time git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6449 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Engines/mplayer/mplayerenginefactory.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/plugins/Engines') diff --git a/src/plugins/Engines/mplayer/mplayerenginefactory.cpp b/src/plugins/Engines/mplayer/mplayerenginefactory.cpp index 8449fb411..e6658c3b5 100644 --- a/src/plugins/Engines/mplayer/mplayerenginefactory.cpp +++ b/src/plugins/Engines/mplayer/mplayerenginefactory.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2015 by Ilya Kotov * + * Copyright (C) 2008-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -17,8 +17,10 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include +#include +#include +#include #include "mplayermetadatamodel.h" #include "settingsdialog.h" #include "mplayerengine.h" -- cgit v1.2.3-13-gbd6f