Merge "Fix include to be file-relative."

This commit is contained in:
Treehugger Robot 2017-08-09 22:15:42 +00:00 committed by Gerrit Code Review
commit e8658b3022

View file

@ -28,7 +28,7 @@
// libc++ actively gets in the way of including <complex.h> from C++, so we
// have to be naughty.
#include <../libc/include/complex.h>
#include "../libc/include/complex.h"
// (libc++ also seems to have really bad implementations of its own that ignore
// the intricacies of floating point math.)