Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4828 in orxonox.OLD


Ignore:
Timestamp:
Jul 9, 2005, 12:51:04 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: less includes

Location:
orxonox/trunk/src/world_entities/weapons
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/weapons/weapon.cc

    r4827 r4828  
    1515*/
    1616
     17#include "weapon.h"
    1718#include "weapon_manager.h"
    18 #include "weapon.h"
     19
    1920#include "vector.h"
    2021#include "projectile.h"
    2122#include "list.h"
    22 #include "world.h"
     23#include "state.h"
    2324
    2425/**
     
    3233  this->setRelCoor(coordinate);
    3334  this->setRelDir(direction);
    34   WorldInterface* wi = WorldInterface::getInstance();
    35   this->worldEntities = wi->getEntityList();
     35  this->worldEntities = State::getWorldEntityList();
    3636}
    3737
  • orxonox/trunk/src/world_entities/weapons/weapon_manager.cc

    r4826 r4828  
    1919#include "weapon_manager.h"
    2020#include "weapon.h"
    21 #include "stdincl.h"
    22 #include "world_entity.h"
     21
    2322#include "vector.h"
    24 #include "model.h"
    25 #include "projectile.h"
    2623#include "list.h"
    27 #include "world.h"
    2824
    2925using namespace std;
Note: See TracChangeset for help on using the changeset viewer.