summaryrefslogtreecommitdiffhomepage
path: root/dev/LibC++/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibC++/math.h')
-rw-r--r--dev/LibC++/math.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibC++/math.h b/dev/LibC++/math.h
index b6cd6a8..a09c092 100644
--- a/dev/LibC++/math.h
+++ b/dev/LibC++/math.h
@@ -6,9 +6,9 @@
#pragma once
-#include <LibC++/defines.hxx>
+#include <LibC++/defines.h>
-/// @file Math.hxx
+/// @file Math.h
/// @brief Math functions.
#ifdef __ZKA_USE_DOUBLE__