Index: src/InitTweak/FixGlobalInit.cc
===================================================================
--- src/InitTweak/FixGlobalInit.cc	(revision 033ff3711d4010b2ccdeb4a02f5a7a01b1512ca6)
+++ src/InitTweak/FixGlobalInit.cc	(revision bffcd663a600d87ff5b237df6c2c43c0d99f2c02)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 04 15:14:56 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Mar 16 07:53:11 2017
-// Update Count     : 18
+// Last Modified On : Fri Dec 13 23:41:10 2019
+// Update Count     : 19
 //
 
@@ -23,5 +23,5 @@
 #include "Common/UniqueName.h"     // for UniqueName
 #include "InitTweak.h"             // for isIntrinsicSingleArgCallStmt
-#include "Parser/LinkageSpec.h"    // for C
+#include "SynTree/LinkageSpec.h"   // for C
 #include "SynTree/Attribute.h"     // for Attribute
 #include "SynTree/Constant.h"      // for Constant
Index: src/InitTweak/FixInit.cc
===================================================================
--- src/InitTweak/FixInit.cc	(revision 033ff3711d4010b2ccdeb4a02f5a7a01b1512ca6)
+++ src/InitTweak/FixInit.cc	(revision bffcd663a600d87ff5b237df6c2c43c0d99f2c02)
@@ -10,6 +10,6 @@
 // Created On       : Wed Jan 13 16:29:30 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Feb 13 18:15:56 2019
-// Update Count     : 76
+// Last Modified On : Fri Dec 13 23:41:27 2019
+// Update Count     : 77
 //
 #include "FixInit.h"
@@ -38,5 +38,4 @@
 #include "GenPoly/GenPoly.h"           // for getFunctionType
 #include "InitTweak.h"                 // for getFunctionName, getCallArg
-#include "Parser/LinkageSpec.h"        // for C, Spec, Cforall, isBuiltin
 #include "ResolvExpr/Resolver.h"       // for findVoidExpression
 #include "ResolvExpr/typeops.h"        // for typesCompatible
@@ -44,4 +43,5 @@
 #include "SymTab/Indexer.h"            // for Indexer
 #include "SymTab/Mangler.h"            // for Mangler
+#include "SynTree/LinkageSpec.h"       // for C, Spec, Cforall, isBuiltin
 #include "SynTree/Attribute.h"         // for Attribute
 #include "SynTree/Constant.h"          // for Constant
Index: src/InitTweak/GenInit.cc
===================================================================
--- src/InitTweak/GenInit.cc	(revision 033ff3711d4010b2ccdeb4a02f5a7a01b1512ca6)
+++ src/InitTweak/GenInit.cc	(revision bffcd663a600d87ff5b237df6c2c43c0d99f2c02)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Mar 17 09:12:36 2017
-// Update Count     : 183
+// Last Modified On : Fri Dec 13 23:15:10 2019
+// Update Count     : 184
 //
 #include "GenInit.h"
@@ -34,8 +34,8 @@
 #include "GenPoly/ScopedSet.h"         // for ScopedSet, ScopedSet<>::const_iter...
 #include "InitTweak.h"                 // for isConstExpr, InitExpander, checkIn...
-#include "Parser/LinkageSpec.h"        // for isOverridable, C
 #include "ResolvExpr/Resolver.h"
 #include "SymTab/Autogen.h"            // for genImplicitCall
 #include "SymTab/Mangler.h"            // for Mangler
+#include "SynTree/LinkageSpec.h"       // for isOverridable, C
 #include "SynTree/Declaration.h"       // for ObjectDecl, DeclarationWithType
 #include "SynTree/Expression.h"        // for VariableExpr, UntypedExpr, Address...
Index: src/InitTweak/InitTweak.cc
===================================================================
--- src/InitTweak/InitTweak.cc	(revision 033ff3711d4010b2ccdeb4a02f5a7a01b1512ca6)
+++ src/InitTweak/InitTweak.cc	(revision bffcd663a600d87ff5b237df6c2c43c0d99f2c02)
@@ -10,6 +10,6 @@
 // Created On       : Fri May 13 11:26:36 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Jul 25 22:21:48 2019
-// Update Count     : 7
+// Last Modified On : Fri Dec 13 23:15:52 2019
+// Update Count     : 8
 //
 
@@ -33,8 +33,8 @@
 #include "GenPoly/GenPoly.h"       // for getFunctionType
 #include "InitTweak.h"
-#include "Parser/LinkageSpec.h"    // for Spec, isBuiltin, Intrinsic
 #include "ResolvExpr/typeops.h"    // for typesCompatibleIgnoreQualifiers
 #include "SymTab/Autogen.h"
 #include "SymTab/Indexer.h"        // for Indexer
+#include "SynTree/LinkageSpec.h"   // for Spec, isBuiltin, Intrinsic
 #include "SynTree/Attribute.h"     // for Attribute
 #include "SynTree/Constant.h"      // for Constant
