From 4169c6f37db4fa1cc8e2d052b377af479763a930 Mon Sep 17 00:00:00 2001 From: Filip Gawin Date: Wed, 9 Jan 2019 19:42:40 +0100 Subject: Use c++ headers --- Alc/helpers.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Alc/helpers.cpp') diff --git a/Alc/helpers.cpp b/Alc/helpers.cpp index 88c222bf..598555ab 100644 --- a/Alc/helpers.cpp +++ b/Alc/helpers.cpp @@ -28,11 +28,11 @@ #include "config.h" -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #ifdef HAVE_MALLOC_H #include #endif @@ -93,7 +93,7 @@ DEFINE_PROPERTYKEY(PKEY_AudioEndpoint_GUID, 0x1da5d803, 0xd492, 0x4edd, 0x8c, 0x #include #endif #ifdef HAVE_FLOAT_H -#include +#include #endif #ifdef HAVE_IEEEFP_H #include -- cgit v1.2.3