Removed the config.h thing from the .h's in the source dir.

So we should be all set now :)

Kent
--
mein@cs.umn.edu
This commit is contained in:
2002-12-27 13:11:01 +00:00
parent f78de74b20
commit f1c4f705a1
554 changed files with 3 additions and 2297 deletions

View File

@@ -32,10 +32,6 @@
#ifndef SND_BLENDER_H
#define SND_BLENDER_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -39,10 +39,6 @@
#include "SND_Object.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class SND_CDObject : public SND_Object
{
private:

View File

@@ -34,10 +34,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#if defined (_WIN32)
#define USE_FMOD
#elif defined (__linux__)

View File

@@ -39,10 +39,6 @@
#include "SND_IAudioDevice.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class SND_DeviceManager
{
public :

View File

@@ -38,10 +38,6 @@
#include "SND_WaveSlot.h"
#include "MT_Matrix3x3.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class SND_IAudioDevice
{
public:

View File

@@ -41,10 +41,6 @@
#include "MT_Matrix3x3.h"
#include "SoundDefines.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/**
* SND_Object is an interface class for soundobjects, listeners and other
* kinds of sound related thingies.

View File

@@ -34,10 +34,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef WIN32
#pragma warning (disable:4786) // get rid of stupid stl-visual compiler debug warning
#endif //WIN32

View File

@@ -39,11 +39,6 @@
#include "SND_Object.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class SND_SoundListener : public SND_Object
{
public:

View File

@@ -40,10 +40,6 @@
#include "SND_Object.h"
#include "STR_String.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/**
* SND_SoundObject is a class for api independent sounddata storage conected to an actuator
*/

View File

@@ -34,10 +34,6 @@
#include "SND_WaveSlot.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus
extern "C"
{

View File

@@ -34,10 +34,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef WIN32
#pragma warning (disable:4786) // get rid of stupid stl-visual compiler debug warning
#endif //WIN32

View File

@@ -39,10 +39,6 @@
#include "STR_String.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class SND_WaveSlot
{
STR_String m_samplename;

View File

@@ -37,10 +37,6 @@
#ifndef __SOUNDDEFINES_H
#define __SOUNDDEFINES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* the types of devices */
enum
{

View File

@@ -34,10 +34,6 @@
#include "SND_AudioDevice.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class SND_DummyDevice : public SND_AudioDevice
{
public:

View File

@@ -36,10 +36,6 @@
#include "SND_AudioDevice.h"
#include "SoundDefines.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class SND_FmodDevice : public SND_AudioDevice
{
public:

View File

@@ -36,10 +36,6 @@
#include "SoundDefines.h"
#include "SND_IdObject.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class SND_AudioDevice : public SND_IAudioDevice
{
public:

View File

@@ -41,10 +41,6 @@
#include "GEN_List.h"
#include "SoundDefines.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class SND_IdObject : public GEN_Link
{
SND_SoundObject* m_soundObject;

View File

@@ -35,10 +35,6 @@
#include "SND_AudioDevice.h"
#include "SoundDefines.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class SND_OpenALDevice : public SND_AudioDevice
{
public: