Merge "Fix include to be file-relative." am: e8658b3022 am: e7c0abea6b am: 1d5d31ebdf

am: e3d5208a67

Change-Id: Ib4071bc85162ff245a5526c0d5381e39502a6851
This commit is contained in:
Dan Albert 2017-08-10 00:30:13 +00:00 committed by android-build-merger
commit cfd192bbcb

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.)