Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 14, 2008, 10:07:50 PM (17 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/OgreOdeStepper.cpp

    r1922 r1923  
    1 
    21#include "OgreOdePrecompiledHeaders.h"
     2#include "OgreOdeStepper.h"
     3
     4#include <OgreRoot.h>
    35
    46#include "OgreOdeGeometry.h"
    57#include "OgreOdeBody.h"
    6 #include "OgreOdeWorld.h"
    78#include "OgreOdeSpace.h"
    8 #include "OgreOdeStepper.h"
    99
    1010using namespace OgreOde;
Note: See TracChangeset for help on using the changeset viewer.