summaryrefslogtreecommitdiffstats
path: root/third_party/rust/glslopt/glsl-optimizer/src/util/u_math.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/glslopt/glsl-optimizer/src/util/u_math.h')
-rw-r--r--third_party/rust/glslopt/glsl-optimizer/src/util/u_math.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/rust/glslopt/glsl-optimizer/src/util/u_math.h b/third_party/rust/glslopt/glsl-optimizer/src/util/u_math.h
index 59266c1692..42d9e348ec 100644
--- a/third_party/rust/glslopt/glsl-optimizer/src/util/u_math.h
+++ b/third_party/rust/glslopt/glsl-optimizer/src/util/u_math.h
@@ -38,10 +38,9 @@
#ifndef U_MATH_H
#define U_MATH_H
-
-#include "c99_math.h"
#include <assert.h>
#include <float.h>
+#include <math.h>
#include <stdarg.h>
#include "bitscan.h"