Prepending file names with "src/" in #include directives is undesirable.

Committed: http://breakpad.appspot.com/427003/



git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1005 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ivan.penkov@gmail.com 2012-08-06 23:30:37 +00:00
parent fd7870028f
commit 5ad99ac174

View File

@ -31,7 +31,7 @@
// we call the libc functions directly we risk crashing in the dynamic linker
// as it tries to resolve uncached PLT entries.
#include "src/common/linux/linux_libc_support.h"
#include "common/linux/linux_libc_support.h"
#include <stddef.h>