| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "LIRC.h"#include "ServiceBroker.h"#include "application/AppInboundProtocol.h"#include "input/keymaps/remote/IRTranslator.h"#include "profiles/ProfileManager.h"#include "settings/AdvancedSettings.h"#include "settings/Settings.h"#include "settings/SettingsComponent.h"#include "threads/SingleLock.h"#include "utils/log.h"#include <mutex>#include <fcntl.h>#include <lirc/lirc_client.h>#include <sys/socket.h>#include <sys/un.h>#include <unistd.h>#include "PlatformDefs.h"