Commit 9c292425 authored by Andrew Gallagher's avatar Andrew Gallagher

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
parent 8eda5c6b
...@@ -71,9 +71,7 @@ ...@@ -71,9 +71,7 @@
#pragma GCC system_header #pragma GCC system_header
// Handle the cases where the fbcode version (folly/Malloc.h) is included // Handle the cases where the fbcode version (folly/Malloc.h) is included
// either before or after this inclusion. */home/engshare/third-party/src/ // either before or after this inclusion.
// 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.
#ifdef FOLLY_MALLOC_H_ #ifdef FOLLY_MALLOC_H_
#undef FOLLY_MALLOC_H_ #undef FOLLY_MALLOC_H_
#include "basic_fbstring_malloc.h" #include "basic_fbstring_malloc.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment