Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 3, 2010, 11:00:13 AM (14 years ago)
Author:
rgrieder
Message:

Including Ogre.h slows down compilation time considerably. Use individual includes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/src/modules/pickup/items/InvisiblePickup.cc

    r7090 r7112  
    3434#include "InvisiblePickup.h"
    3535
     36#include <sstream>
     37#include <OgreEntity.h>
     38#include <OgreAnimationState.h>
     39
     40#include "util/StringUtils.h"
    3641#include "core/CoreIncludes.h"
    3742#include "core/XMLPort.h"
    38 #include "util/StringUtils.h"
    3943
    4044#include "worldentities/pawns/Pawn.h"
    4145#include "pickup/PickupIdentifier.h"
    42 
    43 #include <sstream>
    44 
    45 #include <OgreEntity.h>
    46 #include <Ogre.h>
    4746
    4847namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.