From 81628bde3109f0f3442e1f34157cf1657772c6f7 Mon Sep 17 00:00:00 2001 From: NicJA Date: Sat, 16 Jul 2011 22:43:18 +0000 Subject: [PATCH] Removed erroneous inclusion of c++ header file (c++ headers should include plain c headers - not vice versa) git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@40182 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/include/exec/types.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/compiler/include/exec/types.h b/compiler/include/exec/types.h index b914846b4d..98989d004b 100644 --- a/compiler/include/exec/types.h +++ b/compiler/include/exec/types.h @@ -250,9 +250,4 @@ to OpenLibrary(). Some system libraries may not be at this version. */ #define INCLUDE_VERSION 40 -/* Import the C++ definitions, if possible. */ -#if defined(__cplusplus) -# include -#endif - #endif /* exec/types.h */ -- 2.11.4.GIT