mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 19:01:25 +02:00
Revert "global.h: Use forward-declarations to reduce number of dependencies"
This reverts commit 4bc6e43ad4
.
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
|
||||
#include <system/fsmounter.h>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <fstream>
|
||||
#include <limits>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
||||
*/
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include <system/httptool.h>
|
||||
|
||||
#include <curl/curl.h>
|
||||
@@ -30,6 +30,7 @@
|
||||
|
||||
#include <global.h>
|
||||
|
||||
|
||||
CHTTPTool::CHTTPTool()
|
||||
{
|
||||
statusViewer = NULL;
|
||||
|
@@ -53,7 +53,6 @@
|
||||
#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>
|
||||
|
Reference in New Issue
Block a user