Index: src/libcfa/rational
===================================================================
--- src/libcfa/rational	(revision 17e5e2bb613150bc32f635805538e2f8cab7dce2)
+++ src/libcfa/rational	(revision f8b6d921dc9ca65448f121a5c1a5d7ba45f464a6)
@@ -1,12 +1,12 @@
-// 
+//
 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
 //
 // The contents of this file are covered under the licence agreement in the
 // file "LICENCE" distributed with Cforall.
-// 
+//
 // rational -- Rational numbers are numbers written as a ratio, i.e., as a fraction, where the numerator (top number)
 //     and the denominator (bottom number) are whole numbers. When creating and computing with rational numbers, results
 //     are constantly reduced to keep the numerator and denominator as small as possible.
-// 
+//
 // Author           : Peter A. Buhr
 // Created On       : Wed Apr  6 17:56:25 2016
@@ -14,7 +14,5 @@
 // Last Modified On : Wed May  4 14:11:45 2016
 // Update Count     : 16
-// 
-#ifdef __CFORALL__
-
+//
 #ifndef RATIONAL_H
 #define RATIONAL_H
@@ -67,8 +65,4 @@
 #endif // RATIONAL_H
 
-#else
-#include_next <rational>
-#endif //__CFORALL__
-
 // Local Variables: //
 // mode: c //
