summaryrefslogtreecommitdiff
path: root/src/math/atan2.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-12 13:30:44 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-12 13:30:44 -0400
commitb7716733f83f4187bf0e71c14715c0bb5813596e (patch)
treea7a924027fdd86b084c908b92ae4f93228c65ba1 /src/math/atan2.c
parentfb7ff6c8bfd3ce70986b602b087dd372c74915bd (diff)
fix path to internal asserts
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"