Clean up includes.

This commit is contained in:
Steve Checkoway
2004-04-05 05:22:32 +00:00
parent 1bf65b9fb9
commit 20a8bab45c
83 changed files with 76 additions and 123 deletions
@@ -46,7 +46,7 @@
// Includes
//=============================================================================
#include <stdlib.h>
#include <cstdlib>
#include <new>
//=============================================================================
@@ -61,9 +61,9 @@
#include <IOKit/audio/IOAudioDefines.h>
#include <IOKit/audio/IOAudioTypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#if defined(__cplusplus)
#include <algorithm>
@@ -54,8 +54,8 @@
#endif
#include "CADebugMacros.h"
#include <string.h> // for memset, memcpy
#include <stdio.h> // for FILE *
#include <cstring> // for memset, memcpy
#include <cstdio> // for FILE *
//=============================================================================
// CAStreamBasicDescription
+1 -1
View File
@@ -12,7 +12,7 @@
#if (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_3)
#define _BSD_WCHAR_T_DEFINED_
#include <stddef.h>
#include <cstddef>
#include <string>
#include <cstring>