From: Andrew Gallagher Date: Tue, 5 Jun 2012 23:13:31 +0000 (-0700) Subject: fbstring: remove reference to /home/engshare/ paths X-Git-Tag: v0.22.0~1281 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9c2924258bee193d267f85e598ea5abf72cb267f;p=folly.git fbstring: remove reference to /home/engshare/ paths Summary: Reported by https://github.com/facebook/folly/issues/8 Test Plan: no Reviewed By: tudorb@fb.com FB internal diff: D487572 --- diff --git a/folly/FBString.h b/folly/FBString.h index fc3d40a4..1f1e7b8d 100644 --- a/folly/FBString.h +++ b/folly/FBString.h @@ -71,9 +71,7 @@ #pragma GCC system_header // Handle the cases where the fbcode version (folly/Malloc.h) is included -// either before or after this inclusion. */home/engshare/third-party/src/ -// libgcc/libgcc-4.6.2/gcc-4.6.2-20111027/libstdc++-v3/include/bits/ -// basic_string.h* has a more detailed explanation of why this is necessary. +// either before or after this inclusion. #ifdef FOLLY_MALLOC_H_ #undef FOLLY_MALLOC_H_ #include "basic_fbstring_malloc.h"