mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
Merge branch 'includecleanup' into dvbsi++
Origin commit data
------------------
Branch: ni/coolstream
Commit: 53ebe19696
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-08 (Thu, 08 Mar 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
24
src/global.h
24
src/global.h
@@ -40,25 +40,25 @@
|
||||
#include <sectionsdclient/sectionsdclient.h>
|
||||
#include <timerdclient/timerdclient.h>
|
||||
|
||||
#include "driver/fontrenderer.h"
|
||||
#include "driver/rcinput.h"
|
||||
#include "driver/radiotext.h"
|
||||
#include <driver/fontrenderer.h>
|
||||
#include <driver/rcinput.h>
|
||||
#include <driver/radiotext.h>
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#include "driver/vfd.h"
|
||||
#include "driver/rfmod.h"
|
||||
#include <driver/vfd.h>
|
||||
#include <driver/rfmod.h>
|
||||
#endif
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
#include "driver/lcdd.h"
|
||||
#include <driver/lcdd.h>
|
||||
#define CVFD CLCD
|
||||
#endif
|
||||
|
||||
#include "system/localize.h"
|
||||
#include "system/settings.h"
|
||||
#include <system/localize.h>
|
||||
#include <system/settings.h>
|
||||
|
||||
#include "gui/epgview.h"
|
||||
#include "gui/infoviewer.h"
|
||||
#include "gui/eventlist.h"
|
||||
#include "gui/videosettings.h"
|
||||
#include <gui/epgview.h>
|
||||
#include <gui/infoviewer.h>
|
||||
#include <gui/eventlist.h>
|
||||
#include <gui/videosettings.h>
|
||||
|
||||
|
||||
#ifndef NEUTRINO_CPP
|
||||
|
Reference in New Issue
Block a user