removed some obsolete include files

This commit is contained in:
ejcoumans
2007-06-16 02:46:49 +00:00
parent 272a7dfac4
commit 48fbe0d6ad
3 changed files with 1 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#ifndef TYPE_DEFINITIONS_H #ifndef TYPE_DEFINITIONS_H
#define TYPE_DEFINITIONS_H #define TYPE_DEFINITIONS_H
#include <LinearMath/btScalar.h>
///This file provides some platform/compiler checks for common definitions ///This file provides some platform/compiler checks for common definitions

View File

@@ -6,7 +6,6 @@
#include "PlatformDefinitions.h" #include "PlatformDefinitions.h"
#include <LinearMath/btScalar.h> //for definition of uint64_t,uint32_t
#ifdef __CELLOS_LV2__ #ifdef __CELLOS_LV2__

View File

@@ -18,7 +18,6 @@ subject to the following restrictions:
#include <assert.h> #include <assert.h>
#include <LinearMath/btScalar.h>
#include "PlatformDefinitions.h" #include "PlatformDefinitions.h"