global.h: Use forward-declarations to reduce number of dependencies

This commit is contained in:
Stefan Seyfried
2013-11-13 09:07:41 +01:00
committed by svenhoefer
parent 769d310455
commit 4bc6e43ad4
20 changed files with 39 additions and 33 deletions

View File

@@ -36,6 +36,7 @@
#include <system/fsmounter.h>
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <limits>

View File

@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
*/
#include <cstring>
#include <system/httptool.h>
#include <curl/curl.h>
@@ -30,7 +30,6 @@
#include <global.h>
CHTTPTool::CHTTPTool()
{
statusViewer = NULL;

View File

@@ -53,6 +53,7 @@
#include <neutrino.h>
#include <gui/widget/stringinput.h>
#include <gui/infoclock.h>
#include <gui/infoviewer.h>
#include <driver/volume.h>
#include <system/helpers.h>
// obsolete #include <gui/streaminfo.h>