Index: src/libcfa/iostream
===================================================================
--- src/libcfa/iostream	(revision 17e5e2bb613150bc32f635805538e2f8cab7dce2)
+++ src/libcfa/iostream	(revision 2162c2c9192e4775f713c9a98904d0a0f866d966)
@@ -5,5 +5,5 @@
 // file "LICENCE" distributed with Cforall.
 //
-// iostream -- 
+// iostream --
 //
 // Author           : Peter A. Buhr
@@ -13,6 +13,4 @@
 // Update Count     : 93
 //
-
-#ifdef __CFORALL__
 
 #ifndef __IOSTREAM_H__
@@ -28,5 +26,5 @@
 	void sepReset( ostype *, _Bool );					// set separator and default state
 	void sepSet( ostype *, const char * );				// set separator to string (15 character maximum)
-	const char * sepGet( ostype * );					// get separator string 
+	const char * sepGet( ostype * );					// get separator string
 	_Bool sepDisable( ostype * );						// set default state to off, and return previous state
 	_Bool sepEnable( ostype * );						// set default state to on, and return previous state
@@ -128,8 +126,4 @@
 #endif // __IOSTREAM_H
 
-#else
-#include_next <iostream>
-#endif //__CFORALL__
-
 // Local Variables: //
 // mode: c //
