summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxform.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/sbx/sbxform.cxx')
-rw-r--r--basic/source/sbx/sbxform.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/sbx/sbxform.cxx b/basic/source/sbx/sbxform.cxx
index e2891085ad6c..b7338d8c8778 100644
--- a/basic/source/sbx/sbxform.cxx
+++ b/basic/source/sbx/sbxform.cxx
@@ -36,9 +36,9 @@ COMMENT: Visual-Basic treats the following (invalid) format-strings
(this class behaves the same way)
*/
-#include <stdio.h> // for: sprintf()
-#include <float.h> // for: DBL_DIG, DBL_EPSILON
-#include <math.h> // for: floor(), fabs(), log10(), pow()
+#include <stdio.h>
+#include <float.h>
+#include <math.h>
//=================================================================
//=========================== DEFINES =============================