personalize: reduce include impact of plugins.h

use forward declaration of CPlugins instead of including
plugins.h in personalize.h to reduce the massive impact
of this header file


Origin commit data
------------------
Branch: ni/coolstream
Commit: 1d4025d3be
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-02-16 (Sun, 16 Feb 2014)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2014-02-16 13:10:16 +01:00
committed by Jacek Jendrzej
parent 69b86dba0b
commit edf2085220
2 changed files with 2 additions and 1 deletions

View File

@@ -171,6 +171,7 @@
#include "widget/keychooser.h"
#include "color.h"
#include "personalize.h"
#include "plugins.h"
#include <system/settings.h>