Index: src/AST/SymbolTable.cpp
===================================================================
--- src/AST/SymbolTable.cpp	(revision 7b5694da33510256b93c764421e1bea0be79d671)
+++ src/AST/SymbolTable.cpp	(revision fed6a0f4a3bfa4953d7550f86f6305db8f0125c7)
@@ -22,5 +22,5 @@
 #include "Inspect.hpp"
 #include "Type.hpp"
-#include "CodeGen/OperatorTable.h"  // for isCtorDtorAssign
+#include "CodeGen/OperatorTable.h"         // for isCtorDtorAssign
 #include "Common/SemanticError.h"
 #include "Common/Stats/Counter.h"
@@ -28,5 +28,5 @@
 #include "InitTweak/InitTweak.h"
 #include "ResolvExpr/Cost.h"
-#include "ResolvExpr/typeops.h"     // for referenceToRvalueConversion
+#include "ResolvExpr/CandidateFinder.hpp"  // for referenceToRvalueConversion
 #include "ResolvExpr/Unify.h"
 #include "SymTab/Mangler.h"
