add missing includes to fix menu-width

strange circular include global.h <-> settings.h is maybe to fix


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6e15577bf1
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-16 (Thu, 16 Apr 2015)

Origin message was:
------------------
- add missing includes to fix menu-width

 strange circular include global.h <-> settings.h is maybe to fix


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2015-04-16 18:36:17 +02:00
parent fa8192770f
commit a8bbb6f393
2 changed files with 2 additions and 0 deletions

View File

@@ -79,6 +79,7 @@
#include "gui/vfd_setup.h"
#include "gui/videosettings.h"
#include "driver/record.h"
#include "driver/display.h"
extern CPlugins * g_PluginList;

View File

@@ -32,6 +32,7 @@
#ifndef __settings__
#define __settings__
#include "config.h"
#include <system/localize.h>
#include <configfile.h>
#include <zapit/client/zapitclient.h>