Index: src/ControlStruct/ExceptTranslate.h
===================================================================
--- src/ControlStruct/ExceptTranslate.h	(revision ac10576248aa93c24a41a978d91a9d89b2b01a7e)
+++ src/ControlStruct/ExceptTranslate.h	(revision 764db43fac5d3e9ccb13c1654e2a47c37657d40a)
@@ -9,11 +9,10 @@
 // Author           : Andrew Beach
 // Created On       : Tus Jun 06 10:13:00 2017
-// Last Modified By : Andrew Beach
-// Last Modified On : Fri Jun 30 10:20:00 2017
-// Update Count     : 2
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Sat Jul 22 09:19:23 2017
+// Update Count     : 4
 //
 
-#ifndef EXCEPT_TRANSLATE_H
-#define EXCEPT_TRANSLATE_H
+#pragma once
 
 #include <list>
@@ -22,9 +21,11 @@
 namespace ControlStruct {
 	void translateEHM( std::list< Declaration *> & translationUnit );
-	/* Converts exception handling structures into their underlying C code.
-	 * Translation does use the exception handling header, make sure it is
-	 * visible wherever translation occurs.
-	 */
+	// Converts exception handling structures into their underlying C code.  Translation does use the exception
+	// handling header, make sure it is visible wherever translation occurs.
 }
 
-#endif // EXCEPT_TRANSLATE_H
+// Local Variables: //
+// tab-width: 4 //
+// mode: c++ //
+// compile-command: "make install" //
+// End: //
Index: src/ControlStruct/ForExprMutator.h
===================================================================
--- src/ControlStruct/ForExprMutator.h	(revision ac10576248aa93c24a41a978d91a9d89b2b01a7e)
+++ src/ControlStruct/ForExprMutator.h	(revision 764db43fac5d3e9ccb13c1654e2a47c37657d40a)
@@ -10,10 +10,9 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Jan 25 21:22:13 2016
-// Update Count     : 3
+// Last Modified On : Sat Jul 22 09:17:08 2017
+// Update Count     : 4
 //
 
-#ifndef FOR_MUTATOR_H
-#define FOR_MUTATOR_H
+#pragma once
 
 #include "SynTree/Mutator.h"
@@ -27,6 +26,4 @@
 } // namespace ControlStruct
 
-#endif // CHOOSE_MUTATOR_H
-
 // Local Variables: //
 // tab-width: 4 //
Index: src/ControlStruct/LabelFixer.h
===================================================================
--- src/ControlStruct/LabelFixer.h	(revision ac10576248aa93c24a41a978d91a9d89b2b01a7e)
+++ src/ControlStruct/LabelFixer.h	(revision 764db43fac5d3e9ccb13c1654e2a47c37657d40a)
@@ -10,10 +10,9 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Jul 12 17:36:16 2016
-// Update Count     : 33
+// Last Modified On : Sat Jul 22 09:17:24 2017
+// Update Count     : 34
 //
 
-#ifndef LABEL_FIXER_H
-#define LABEL_FIXER_H
+#pragma once
 
 #include "Common/utility.h"
@@ -83,6 +82,4 @@
 } // namespace ControlStruct
 
-#endif // LABEL_FIXER_H
-
 // Local Variables: //
 // tab-width: 4 //
Index: src/ControlStruct/LabelGenerator.h
===================================================================
--- src/ControlStruct/LabelGenerator.h	(revision ac10576248aa93c24a41a978d91a9d89b2b01a7e)
+++ src/ControlStruct/LabelGenerator.h	(revision 764db43fac5d3e9ccb13c1654e2a47c37657d40a)
@@ -9,11 +9,10 @@
 // Author           : Rodolfo G. Esteves
 // Created On       : Mon May 18 07:44:20 2015
-// Last Modified By : Rob Schluntz
-// Last Modified On : Wed Jun 03 14:16:26 2015
-// Update Count     : 5
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Sat Jul 22 09:20:14 2017
+// Update Count     : 6
 //
 
-#ifndef LABEL_GENERATOR_H
-#define LABEL_GENERATOR_H
+#pragma once
 
 #include "SynTree/SynTree.h"
@@ -35,6 +34,4 @@
 } // namespace ControlStruct
 
-#endif // LABEL_GENERATOR_H
-
 // Local Variables: //
 // tab-width: 4 //
Index: src/ControlStruct/MLEMutator.h
===================================================================
--- src/ControlStruct/MLEMutator.h	(revision ac10576248aa93c24a41a978d91a9d89b2b01a7e)
+++ src/ControlStruct/MLEMutator.h	(revision 764db43fac5d3e9ccb13c1654e2a47c37657d40a)
@@ -10,10 +10,9 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Jul 12 17:37:01 2016
-// Update Count     : 34
+// Last Modified On : Sat Jul 22 09:19:59 2017
+// Update Count     : 35
 //
 
-#ifndef MLE_MUTATOR_H
-#define MLE_MUTATOR_H
+#pragma once
 
 #include <map>
@@ -89,6 +88,4 @@
 } // namespace ControlStruct
 
-#endif // MLE_MUTATOR_H
-
 // Local Variables: //
 // tab-width: 4 //
Index: src/ControlStruct/Mutate.h
===================================================================
--- src/ControlStruct/Mutate.h	(revision ac10576248aa93c24a41a978d91a9d89b2b01a7e)
+++ src/ControlStruct/Mutate.h	(revision 764db43fac5d3e9ccb13c1654e2a47c37657d40a)
@@ -10,10 +10,9 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue May 19 15:31:20 2015
-// Update Count     : 2
+// Last Modified On : Sat Jul 22 09:17:59 2017
+// Update Count     : 3
 //
 
-#ifndef CTRLS_MUTATE_H
-#define CTRLS_MUTATE_H
+#pragma once
 
 #include <list>
@@ -27,6 +26,4 @@
 } // namespace ControlStruct
 
-#endif // CTRLS_MUTATE_H
-
 // Local Variables: //
 // tab-width: 4 //
