# HG changeset patch # User yexo # Date 1281650925 0 # Node ID ab2c348269ea8f54e206d96d03e783cd0abb628c # Parent 6925adb62597422e6baccd5e9251c5c90714abe9 (svn r20475) -Fix (r20474): also remove the include of crc32.hpp diff --git a/src/pathfinder/yapf/yapf.hpp b/src/pathfinder/yapf/yapf.hpp --- a/src/pathfinder/yapf/yapf.hpp +++ b/src/pathfinder/yapf/yapf.hpp @@ -20,7 +20,6 @@ //#undef FORCEINLINE //#define FORCEINLINE inline -#include "../../misc/crc32.hpp" #include "../../misc/blob.hpp" #include "../../misc/str.hpp" #include "../../misc/fixedsizearray.hpp"