Index: src/GenPoly/ScrubTyVars.h
===================================================================
--- src/GenPoly/ScrubTyVars.h	(revision 08fc48f4a5c70b7f3e402da3afef2763f754ff3a)
+++ src/GenPoly/ScrubTyVars.h	(revision ea6332d2c7319372654f557cb69ec651fdc92331)
@@ -5,5 +5,5 @@
 // file "LICENCE" distributed with Cforall.
 //
-// ScrubTyVars.h -- 
+// ScrubTyVars.h --
 //
 // Author           : Richard C. Bilson
@@ -16,5 +16,5 @@
 #pragma once
 
-#include <assert.h>           // for assert
+#include <cassert>            // for assert
 
 #include "GenPoly.h"          // for TyVarMap, isPolyType, isDynType
@@ -69,8 +69,8 @@
 			// return dynamicOnly ? isDynType( ty, tyVars ) : isPolyType( ty, tyVars );
 		}
-		
+
 		/// Mutates (possibly generic) aggregate types appropriately
 		Type* mutateAggregateType( Type *ty );
-		
+
 		const TyVarMap *tyVars;  ///< Type variables to scrub
 		ScrubMode mode;          ///< which type variables to scrub? [FromMap]
