Index: src/ControlStruct/CaseRangeMutator.cc
===================================================================
--- src/ControlStruct/CaseRangeMutator.cc	(revision e766208e6a6c2d556ebe4410abd5a226b0e5058b)
+++ src/ControlStruct/CaseRangeMutator.cc	(revision d3b7937ae7ab8afece0824b5729b7e86a9f0bd63)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue May 19 13:00:28 2015
-// Update Count     : 3
+// Last Modified On : Mon Jan 25 21:22:40 2016
+// Update Count     : 4
 //
 
@@ -19,5 +19,5 @@
 #include <iterator>
 
-#include "utility.h"
+#include "Common/utility.h"
 
 #include "SynTree/Statement.h"
Index: src/ControlStruct/ChooseMutator.h
===================================================================
--- src/ControlStruct/ChooseMutator.h	(revision e766208e6a6c2d556ebe4410abd5a226b0e5058b)
+++ src/ControlStruct/ChooseMutator.h	(revision d3b7937ae7ab8afece0824b5729b7e86a9f0bd63)
@@ -19,5 +19,5 @@
 #include "SynTree/Mutator.h"
 
-#include "utility.h"
+#include "Common/utility.h"
 
 namespace ControlStruct {
Index: src/ControlStruct/ForExprMutator.h
===================================================================
--- src/ControlStruct/ForExprMutator.h	(revision e766208e6a6c2d556ebe4410abd5a226b0e5058b)
+++ src/ControlStruct/ForExprMutator.h	(revision d3b7937ae7ab8afece0824b5729b7e86a9f0bd63)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue May 19 15:25:19 2015
-// Update Count     : 2
+// Last Modified On : Mon Jan 25 21:22:13 2016
+// Update Count     : 3
 //
 
@@ -18,5 +18,5 @@
 
 #include "SynTree/Mutator.h"
-#include "utility.h"
+#include "Common/utility.h"
 
 namespace ControlStruct {
Index: src/ControlStruct/LabelFixer.cc
===================================================================
--- src/ControlStruct/LabelFixer.cc	(revision e766208e6a6c2d556ebe4410abd5a226b0e5058b)
+++ src/ControlStruct/LabelFixer.cc	(revision d3b7937ae7ab8afece0824b5729b7e86a9f0bd63)
@@ -22,5 +22,5 @@
 #include "SynTree/Statement.h"
 #include "SynTree/Declaration.h"
-#include "utility.h"
+#include "Common/utility.h"
 
 #include <iostream>
Index: src/ControlStruct/LabelFixer.h
===================================================================
--- src/ControlStruct/LabelFixer.h	(revision e766208e6a6c2d556ebe4410abd5a226b0e5058b)
+++ src/ControlStruct/LabelFixer.h	(revision d3b7937ae7ab8afece0824b5729b7e86a9f0bd63)
@@ -9,7 +9,7 @@
 // Author           : Rodolfo G. Esteves
 // Created On       : Mon May 18 07:44:20 2015
-// Last Modified By : Rob Schluntz
-// Last Modified On : Tue Jul 28 13:09:02 2015
-// Update Count     : 31
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Mon Jan 25 21:22:22 2016
+// Update Count     : 32
 //
 
@@ -17,5 +17,5 @@
 #define LABEL_FIXER_H
 
-#include "utility.h"
+#include "Common/utility.h"
 #include "SynTree/SynTree.h"
 #include "SynTree/Visitor.h"
Index: src/ControlStruct/LabelTypeChecker.h
===================================================================
--- src/ControlStruct/LabelTypeChecker.h	(revision e766208e6a6c2d556ebe4410abd5a226b0e5058b)
+++ src/ControlStruct/LabelTypeChecker.h	(revision d3b7937ae7ab8afece0824b5729b7e86a9f0bd63)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue May 19 15:33:47 2015
-// Update Count     : 3
+// Last Modified On : Mon Jan 25 21:22:30 2016
+// Update Count     : 4
 //
 
@@ -21,5 +21,5 @@
 #include "SynTree/Statement.h"
 
-#include "utility.h"
+#include "Common/utility.h"
 
 namespace ControlStruct {
Index: src/ControlStruct/MLEMutator.h
===================================================================
--- src/ControlStruct/MLEMutator.h	(revision e766208e6a6c2d556ebe4410abd5a226b0e5058b)
+++ src/ControlStruct/MLEMutator.h	(revision d3b7937ae7ab8afece0824b5729b7e86a9f0bd63)
@@ -20,5 +20,5 @@
 #include <list>
 
-#include "utility.h"
+#include "Common/utility.h"
 #include "SynTree/SynTree.h"
 #include "SynTree/Mutator.h"
Index: src/ControlStruct/Mutate.cc
===================================================================
--- src/ControlStruct/Mutate.cc	(revision e766208e6a6c2d556ebe4410abd5a226b0e5058b)
+++ src/ControlStruct/Mutate.cc	(revision d3b7937ae7ab8afece0824b5729b7e86a9f0bd63)
@@ -28,5 +28,5 @@
 //#include "ExceptMutator.h"
 
-#include "utility.h"
+#include "Common/utility.h"
 
 #include "SynTree/Visitor.h"
