Index: src/Common/CompilerError.h
===================================================================
--- src/Common/CompilerError.h	(revision b826e6b7674b1614df5016529521f2926b812835)
+++ src/Common/CompilerError.h	(revision 6b0b624129f6017f7706b516a24a52e382e3a334)
@@ -10,10 +10,9 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Aug 18 23:41:30 2016
-// Update Count     : 3
+// Last Modified On : Fri Jul 21 22:18:07 2017
+// Update Count     : 4
 //
 
-#ifndef COMPILER_ERROR_H
-#define COMPILER_ERROR_H
+#pragma once
 
 #include <string>
@@ -31,6 +30,4 @@
 };
 
-#endif // COMPILER_ERROR_H
-
 // Local Variables: //
 // tab-width: 4 //
Index: src/Common/ScopedMap.h
===================================================================
--- src/Common/ScopedMap.h	(revision b826e6b7674b1614df5016529521f2926b812835)
+++ src/Common/ScopedMap.h	(revision 6b0b624129f6017f7706b516a24a52e382e3a334)
@@ -9,11 +9,10 @@
 // Author           : Aaron B. Moss
 // Created On       : Wed Dec 2 11:37:00 2015
-// Last Modified By : Aaron B. Moss
-// Last Modified On : Wed Dec 2 11:37:00 2015
-// Update Count     : 1
-//
-
-#ifndef _SCOPEDMAP_H
-#define _SCOPEDMAP_H
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Fri Jul 21 22:18:24 2017
+// Update Count     : 2
+//
+
+#pragma once
 
 #include <cassert>
@@ -305,6 +304,4 @@
 };
 
-#endif // _SCOPEDMAP_H
-
 // Local Variables: //
 // tab-width: 4 //
Index: src/Common/SemanticError.h
===================================================================
--- src/Common/SemanticError.h	(revision b826e6b7674b1614df5016529521f2926b812835)
+++ src/Common/SemanticError.h	(revision 6b0b624129f6017f7706b516a24a52e382e3a334)
@@ -10,10 +10,9 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Sep 24 15:13:42 2016
-// Update Count     : 5
+// Last Modified On : Fri Jul 21 22:18:59 2017
+// Update Count     : 6
 //
 
-#ifndef SEMANTICERROR_H
-#define SEMANTICERROR_H
+#pragma once
 
 #include <exception>  // for exception
@@ -62,6 +61,4 @@
 }
 
-#endif // SEMANTICERROR_H
-
 // Local Variables: //
 // tab-width: 4 //
Index: src/Common/UnimplementedError.h
===================================================================
--- src/Common/UnimplementedError.h	(revision b826e6b7674b1614df5016529521f2926b812835)
+++ src/Common/UnimplementedError.h	(revision 6b0b624129f6017f7706b516a24a52e382e3a334)
@@ -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 07:23:08 2015
-// Update Count     : 1
+// Last Modified On : Fri Jul 21 22:18:35 2017
+// Update Count     : 2
 //
 
-#ifndef _UNIMPLEMENTEDERROR_H
-#define _UNIMPLEMENTEDERROR_H
+#pragma once
 
 #include <string>
@@ -31,6 +30,4 @@
 };
 
-#endif // _UNIMPLEMENTEDERROR_H
-
 // Local Variables: //
 // tab-width: 4 //
Index: src/Common/UniqueName.h
===================================================================
--- src/Common/UniqueName.h	(revision b826e6b7674b1614df5016529521f2926b812835)
+++ src/Common/UniqueName.h	(revision 6b0b624129f6017f7706b516a24a52e382e3a334)
@@ -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 07:24:20 2015
-// Update Count     : 1
+// Last Modified On : Fri Jul 21 22:18:45 2017
+// Update Count     : 2
 //
 
-#ifndef UNIQUENAME_H
-#define UNIQUENAME_H
+#pragma once
 
 #include <string>
@@ -28,6 +27,4 @@
 };
 
-#endif // UNIQUENAME_H
-
 // Local Variables: //
 // tab-width: 4 //
Index: src/Common/VectorMap.h
===================================================================
--- src/Common/VectorMap.h	(revision b826e6b7674b1614df5016529521f2926b812835)
+++ src/Common/VectorMap.h	(revision 6b0b624129f6017f7706b516a24a52e382e3a334)
@@ -9,11 +9,10 @@
 // Author           : Aaron B. Moss
 // Created On       : Wed Feb  1 16:55:00 2017
-// Last Modified By : Aaron B. Moss
-// Last Modified On : Wed Feb  1 16:55:00 2017
-// Update Count     : 1
-//
-
-#ifndef _VECTORMAP_H
-#define _VECTORMAP_H
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Fri Jul 21 22:19:29 2017
+// Update Count     : 2
+//
+
+#pragma once
 
 #include <iterator>
@@ -245,6 +244,4 @@
 }
 
-#endif // _VECTORMAP_H
-
 // Local Variables: //
 // tab-width: 4 //
Index: src/Common/utility.h
===================================================================
--- src/Common/utility.h	(revision b826e6b7674b1614df5016529521f2926b812835)
+++ src/Common/utility.h	(revision 6b0b624129f6017f7706b516a24a52e382e3a334)
@@ -9,11 +9,10 @@
 // Author           : Richard C. Bilson
 // Created On       : Mon May 18 07:44:20 2015
-// Last Modified By : Andrew Beach
-// Last Modified On : Fri May 5 11:03:00 2017
-// Update Count     : 32
-//
-
-#ifndef _UTILITY_H
-#define _UTILITY_H
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Fri Jul 21 22:19:13 2017
+// Update Count     : 33
+//
+
+#pragma once
 
 #include <cctype>
@@ -376,6 +375,4 @@
 }
 
-#endif // _UTILITY_H
-
 // Local Variables: //
 // tab-width: 4 //
