Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2009, 9:34:07 PM (15 years ago)
Author:
rgrieder
Message:

Cleanup in pickup and quest (almost only cleaned the header file sections).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/objects/pickup/DroppedItem.cc

    r3079 r3180  
    2929#include "DroppedItem.h"
    3030
     31#include "util/Debug.h"
     32#include "util/Math.h"
     33#include "core/CoreIncludes.h"
     34#include "core/Executor.h"
     35#include "core/ObjectList.h"
    3136#include "BaseItem.h"
     37#include "objects/worldentities/Billboard.h"
     38#include "objects/worldentities/Model.h"
    3239#include "objects/worldentities/pawns/Pawn.h"
    33 #include "objects/worldentities/Model.h"
    34 #include "objects/worldentities/Billboard.h"
    35 
    36 #include "core/CoreIncludes.h"
    3740
    3841namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.