Index: src/Virtual/ExpandCasts.cpp
===================================================================
--- src/Virtual/ExpandCasts.cpp	(revision d3cf623098e72d98fd3ea76544061496946dbba4)
+++ src/Virtual/ExpandCasts.cpp	(revision 299bd989a191c9c9b32e13f479abcab4bd9d5396)
@@ -5,5 +5,5 @@
 // file "LICENCE" distributed with Cforall.
 //
-// ExpandCasts.cpp --
+// ExpandCasts.cpp -- Expand virtual casts into lower level code.
 //
 // Author           : Andrew Beach
Index: src/Virtual/ExpandCasts.hpp
===================================================================
--- src/Virtual/ExpandCasts.hpp	(revision d3cf623098e72d98fd3ea76544061496946dbba4)
+++ src/Virtual/ExpandCasts.hpp	(revision 299bd989a191c9c9b32e13f479abcab4bd9d5396)
@@ -5,18 +5,15 @@
 // file "LICENCE" distributed with Cforall.
 //
-// ExpandCasts.hpp --
+// ExpandCasts.hpp -- Expand virtual casts into lower level code.
 //
 // Author           : Andrew Beach
 // Created On       : Mon Jul 24 13:54:00 2017
 // Last Modified By : Andrew Beach
-// Last Modified On : Fri Jul 29 14:40:00 2022
-// Update Count     : 1
+// Last Modified On : Fri Jan 10 14:34:00 2025
+// Update Count     : 2
 //
 
 #pragma once
 
-#include <list>  // for list
-
-class Declaration;
 namespace ast {
 	class TranslationUnit;
@@ -24,9 +21,6 @@
 
 namespace Virtual {
-void expandCasts( std::list< Declaration * > & translationUnit );
 void expandCasts( ast::TranslationUnit & translationUnit );
 // Breaks all virtual cast nodes up into translatable nodes.
 
-// Later this might just set some information so it can happen at CodeGen.
-
 }
