summaryrefslogtreecommitdiff
path: root/src/math/atan2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/atan2.c')
-rw-r--r--src/math/atan2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/atan2.c b/src/math/atan2.c
index 3b88b617..f54c4cf7 100644
--- a/src/math/atan2.c
+++ b/src/math/atan2.c
@@ -2,7 +2,7 @@
#include <math.h>
#include "_tgmath.h"
#include "errno.h"
-#include "nonstd/assert.h"
+#include "../_assert.h"
#include "M_PI.c"
#include "M_PI_2.c"