mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
* Fix include path for moved header files
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#ifdef HAVE_COOLSTREAM_NEVIS_IR_H
|
||||
#include <coolstream/nevis_ir.h>
|
||||
#include <nevis_ir.h>
|
||||
#endif
|
||||
|
||||
#ifndef KEY_OK
|
||||
|
@@ -42,7 +42,7 @@
|
||||
|
||||
#include <pthread.h>
|
||||
#include <string>
|
||||
#include <coolstream/cs_vfd.h>
|
||||
#include <cs_vfd.h>
|
||||
|
||||
class CVFD
|
||||
{
|
||||
|
@@ -29,10 +29,10 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <coolstream/cs_vfd.h>
|
||||
#include <cs_vfd.h>
|
||||
|
||||
#ifdef HAVE_COOLSTREAM_NEVIS_IR_H
|
||||
#include <coolstream/nevis_ir.h>
|
||||
#include <nevis_ir.h>
|
||||
#endif
|
||||
|
||||
#ifndef IOC_IR_SET_PRI_PROTOCOL
|
||||
|
@@ -1696,7 +1696,7 @@ void CNeutrinoApp::InitSectiondClient()
|
||||
}
|
||||
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#include <coolstream/cs_vfd.h>
|
||||
#include <cs_vfd.h>
|
||||
#endif
|
||||
|
||||
void wake_up( bool &wakeup)
|
||||
|
@@ -47,10 +47,6 @@
|
||||
#include <sys/wait.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#include <coolstream/control.h>
|
||||
#endif
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <global.h>
|
||||
|
Reference in New Issue
Block a user