]> www.vanbest.org Git - sasc-ng.git/commitdiff
#include cleanup
authormirv <unknown>
Thu, 3 Jan 2008 17:25:26 +0000 (18:25 +0100)
committermirv <unknown>
Thu, 3 Jan 2008 17:25:26 +0000 (18:25 +0100)
opts.h
system.c
systems/conax/conax.c
systems/cryptoworks/cryptoworks.c
systems/nagra/nagra.c
systems/nagra/nagra1.c
systems/nagra/nagra2.c
systems/sc-cryptoworks/sc-cryptoworks.c
systems/sc-nagra/sc-nagra.c
systems/sc-videoguard2/sc-videoguard2.c

diff --git a/opts.h b/opts.h
index 7a43086582eb0db70f064077c6ec0717135a124f..852544466efde1fbd1b3cdba6ad8bfebb8718247 100644 (file)
--- a/opts.h
+++ b/opts.h
@@ -20,6 +20,8 @@
 #ifndef ___OPTS_H
 #define ___OPTS_H
 
+#include "i18n.h"
+
 class cOsdMenu;
 
 // ----------------------------------------------------------------
index 6bc52e11f52d1bd9eee4826f547844bb19f03d31..920217ccea19d60fe71b97bf201421848e6f9c39 100644 (file)
--- a/system.c
+++ b/system.c
@@ -29,6 +29,7 @@
 #include "data.h"
 #include "opts.h"
 #include "log-core.h"
+#include "i18n.h"
 
 // --- cFeature ----------------------------------------------------------------
 
index eced1a86e65e626cc1226e9ba630e3f97b1c1b5d..abf7e4784473ee573cb8baf7b9133cb5614deaab 100644 (file)
  * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
  */
 
-#include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
-#include <malloc.h>
+#include <ctype.h>
 
-#include "system.h"
 #include "system-common.h"
 #include "crypto.h"
 #include "data.h"
index c68ca6317036e17a8d1e6ec65c243a0ece9732ba..f0b92051c00666c63e2adc133ee7d0a2d53e1754 100644 (file)
@@ -17,9 +17,9 @@
  * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
  */
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <ctype.h>
 #include <byteswap.h>
 
 #include "system-common.h"
index 37e4f101fb2e38549db0c24551a0bf4c3c9de830..9844a829aa8572bbdd5d30dbe7b054cc46677ab6 100644 (file)
@@ -17,9 +17,9 @@
  * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
  */
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <ctype.h>
 
 #include "nagra.h"
 #include "nagra-def.h"
index d65cae48ec4ab46fbe389b1bb298d3f7bd61e009..21fb6bc00dda0f084301f506e76200c44ee7192a 100644 (file)
@@ -17,7 +17,6 @@
  * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
  */
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
index 0af986703d12c6c61d804f84793a57c1a4f5734e..96c9a0ac51450b7e3a665c506af9bae6284b8071 100644 (file)
  * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
  */
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
 #include "system.h"
 #include "opts.h"
+#include "log-core.h"
 
 #include "nagra.h"
 #include "nagra2.h"
index a08446a806bf0183ff50aafc43b7bec8cbc60c13..4d29eba0c4c2f983aa69dd7efb695cacf4a9693a 100644 (file)
@@ -17,9 +17,9 @@
  * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
  */
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <ctype.h>
 
 #include "system-common.h"
 #include "smartcard.h"
@@ -29,6 +29,7 @@
 #include "opts.h"
 #include "misc.h"
 #include "log-sc.h"
+#include "log-core.h"
 
 #define SYSTEM_NAME          "SC-Cryptoworks"
 #define SYSTEM_PRI           -5
index 507bdc1c505f4468245f673d275047983fca9fbd..e0feeac0d52b2769ff628eb9df44d5e82c5fe6b2 100644 (file)
@@ -17,7 +17,6 @@
  * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
  */
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
index f36639de1b4a61db30803b9b5c223c27a21c1b0e..df4d0691da18c9eea653550e5b61237acd0ff3cc 100644 (file)
@@ -17,7 +17,6 @@
  * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
  */
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
@@ -29,6 +28,7 @@
 #include "parse.h"
 #include "helper.h"
 #include "log-sc.h"
+#include "log-core.h"
 
 #define SYSTEM_VIDEOGUARD2   0x0900