removed inclusion of sdccconf.h or sdcc_vc.h
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 9 Mar 2003 15:10:12 +0000 (15:10 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 9 Mar 2003 15:10:12 +0000 (15:10 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2355 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCset.h

index c3bd289c079de8c46da51dccbfc238f8c4acd23b..93da8ddab2c78ac24d95f8833322cf191e5ecf90 100644 (file)
 #define SDCCSET_H
 #include <stdarg.h>
 
-#if defined(_MSC_VER) || defined(__BORLANDC__)
-#include "sdcc_vc.h"
-#else
-#include "sdccconf.h"
-#endif // _MSC_VER
-
 
 #ifndef THROWS
 #define THROWS