Replaced some c includes with their c++ wrappers

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3584 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Doug McLain 2008-07-10 18:37:26 +00:00
parent f2a604f820
commit 181c4a163b
17 changed files with 38 additions and 39 deletions

View file

@ -20,14 +20,13 @@
#ifdef __APPLE__
#include <sys/sysctl.h>
#else /* !__APPLE__, !_WIN32 */
#include <stdio.h>
#include <string.h>
#include <cstdio>
#include <cstring>
#endif /* !__APPLE__, !_WIN32 */
#endif /* !_WIN32 */
#include <cstdlib>
#include <iostream>
#include <stdlib.h>
namespace RubberBand {