Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 14, 2008, 10:07:50 PM (16 years ago)
Author:
rgrieder
Message:

Cleaned up the heavy mess with header file includes in OgreOde. It should now compile a lot faster.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/ogreode/OgreOdeWorld.h

    r1919 r1923  
    33
    44#include "OgreOdePreReqs.h"
     5
     6#include <map>
     7#include <OgreVector3.h>
     8
    59#include "OgreOdeMaintainedList.h"
    6 #include "OgreSingleton.h"
    7 
    8 #include <map>
     10#include "OgreOdeBody.h"
     11#include "OgreOdeJoint.h"
     12#include "OgreOdeGeometry.h"
     13#include "OgreOdeSpace.h"
    914
    1015namespace OgreOde
Note: See TracChangeset for help on using the changeset viewer.