From 488e6875e992e11601611a119476624822fc4635 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 25 Mar 2013 19:56:20 +0100 Subject: remove external include guards Change-Id: If5758e02baa8e019923355b6c97043b306223fdd --- rsc/inc/rscerror.h | 2 -- rsc/source/rscpp/cpp.h | 8 -------- rsc/source/rscpp/cpp3.c | 2 -- 3 files changed, 12 deletions(-) (limited to 'rsc') 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 -#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 -#endif - -#ifndef _STDLIB_H #include -#endif - -#ifndef _STRING_H #include -#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 -#endif #ifndef _NO_PROTO int AddInclude( char *pIncStr ); /* BP, 11.09.91, Forward-Deklaration */ -- cgit