summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-25 19:56:20 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-25 19:58:16 +0100
commit488e6875e992e11601611a119476624822fc4635 (patch)
treeb70124749e69faf507d0e317ca9d7e26753e99a2 /rsc
parent909de9de9fce6a2e8a5c4e859038d00ce3e88c15 (diff)
remove external include guards
Change-Id: If5758e02baa8e019923355b6c97043b306223fdd
Diffstat (limited to 'rsc')
-rw-r--r--rsc/inc/rscerror.h2
-rw-r--r--rsc/source/rscpp/cpp.h8
-rw-r--r--rsc/source/rscpp/cpp3.c2
3 files changed, 0 insertions, 12 deletions
diff --git a/rsc/inc/rscerror.h b/rsc/inc/rscerror.h
index 56e0d29e83a9..28b701624eee 100644
--- a/rsc/inc/rscerror.h
+++ b/rsc/inc/rscerror.h
@@ -19,9 +19,7 @@
#ifndef _RSCERROR_H
#define _RSCERROR_H
-#ifndef _TOOLS_SOLAR_H
#include <tools/solar.h>
-#endif
/****************** D E F I N I T I O N S ********************************/
/******************* R e t u r n E r r o r s *******************/
diff --git a/rsc/source/rscpp/cpp.h b/rsc/source/rscpp/cpp.h
index 33f4970857a5..e27a64d81246 100644
--- a/rsc/source/rscpp/cpp.h
+++ b/rsc/source/rscpp/cpp.h
@@ -302,17 +302,9 @@ void InitCpp6();
#define HELLO() fprintf( stderr, "[Hello at %s, %d] ", __FILE__, __LINE__ )
-#ifndef _STDIO_H
#include <stdio.h>
-#endif
-
-#ifndef _STDLIB_H
#include <stdlib.h>
-#endif
-
-#ifndef _STRING_H
#include <string.h>
-#endif
/* cpp1.c */
void output( int c );
diff --git a/rsc/source/rscpp/cpp3.c b/rsc/source/rscpp/cpp3.c
index 48b5d1dafec9..df5a2c7acf70 100644
--- a/rsc/source/rscpp/cpp3.c
+++ b/rsc/source/rscpp/cpp3.c
@@ -26,9 +26,7 @@
#include "time.h" /* BP */
-#ifndef _STRING_H
#include <string.h>
-#endif
#ifndef _NO_PROTO
int AddInclude( char *pIncStr ); /* BP, 11.09.91, Forward-Deklaration */