aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/makehrtf.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/utils/makehrtf.cpp b/utils/makehrtf.cpp
index ce6643a4..bb42b2d1 100644
--- a/utils/makehrtf.cpp
+++ b/utils/makehrtf.cpp
@@ -61,15 +61,15 @@
#include "config.h"
#define _UNICODE
-#include <stdio.h>
-#include <stdlib.h>
-#include <stdarg.h>
-#include <stddef.h>
-#include <string.h>
-#include <limits.h>
-#include <stdint.h>
-#include <ctype.h>
-#include <math.h>
+#include <cstdio>
+#include <cstdlib>
+#include <cstdarg>
+#include <cstddef>
+#include <cstring>
+#include <climits>
+#include <cstdint>
+#include <cctype>
+#include <cmath>
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif