From: borutr Date: Sun, 9 Mar 2003 15:10:12 +0000 (+0000) Subject: removed inclusion of sdccconf.h or sdcc_vc.h X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=25991ff3ca6bdbc0b10204adc00022c0777b9ab9;p=fw%2Fsdcc removed inclusion of sdccconf.h or sdcc_vc.h git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2355 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCset.h b/src/SDCCset.h index c3bd289c..93da8dda 100644 --- a/src/SDCCset.h +++ b/src/SDCCset.h @@ -26,12 +26,6 @@ #define SDCCSET_H #include -#if defined(_MSC_VER) || defined(__BORLANDC__) -#include "sdcc_vc.h" -#else -#include "sdccconf.h" -#endif // _MSC_VER - #ifndef THROWS #define THROWS