From affdee82df0df8ae483c53b0e6db2fbb0bb3a33e Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 19 Mar 2017 01:59:13 +0100 Subject: [PATCH] imageinfo_ni: remove obsolete include of daemonc/remotecontrol.h Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/05f695b2e65645fe1ff9e637710f392681d627a5 Author: vanhofen Date: 2017-03-19 (Sun, 19 Mar 2017) Origin message was: ------------------ - imageinfo_ni: remove obsolete include of daemonc/remotecontrol.h ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/imageinfo_ni.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/imageinfo_ni.cpp b/src/gui/imageinfo_ni.cpp index c718f5bb8..f2972f223 100644 --- a/src/gui/imageinfo_ni.cpp +++ b/src/gui/imageinfo_ni.cpp @@ -39,8 +39,6 @@ #include -#include - #include #include #include @@ -58,8 +56,6 @@ #include -extern CRemoteControl * g_RemoteControl; /* neutrino.cpp */ - #include extern CPictureViewer * g_PicViewer;