summaryrefslogtreecommitdiff
path: root/test/src/math/smoke/powf_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/math/smoke/powf_test.cpp')
-rw-r--r--test/src/math/smoke/powf_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/math/smoke/powf_test.cpp b/test/src/math/smoke/powf_test.cpp
index e9de1554ec61..98a532f3468c 100644
--- a/test/src/math/smoke/powf_test.cpp
+++ b/test/src/math/smoke/powf_test.cpp
@@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
-#include "include/llvm-libc-macros/math-macros.h"
+#include "hdr/math_macros.h"
#include "src/__support/FPUtil/FPBits.h"
#include "src/math/powf.h"
#include "test/UnitTest/FPMatcher.h"