Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 1, 2009, 12:38:36 AM (15 years ago)
Author:
landauf
Message:

Removed /objects/ from all paths (except from those in the objects module of course).
Compiles again.

Location:
code/branches/libraries2/src/orxonox/controllers
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries2/src/orxonox/controllers/AIController.cc

    r3196 r5735  
    3232#include "core/CoreIncludes.h"
    3333#include "core/Executor.h"
    34 #include "objects/worldentities/ControllableEntity.h"
     34#include "worldentities/ControllableEntity.h"
    3535
    3636namespace orxonox
  • code/branches/libraries2/src/orxonox/controllers/ArtificialController.cc

    r3325 r5735  
    3030
    3131#include "core/CoreIncludes.h"
    32 #include "objects/worldentities/ControllableEntity.h"
    33 #include "objects/worldentities/pawns/Pawn.h"
    34 #include "objects/worldentities/pawns/TeamBaseMatchBase.h"
    35 #include "objects/gametypes/TeamDeathmatch.h"
    36 #include "objects/controllers/WaypointPatrolController.h"
     32#include "worldentities/ControllableEntity.h"
     33#include "worldentities/pawns/Pawn.h"
     34#include "worldentities/pawns/TeamBaseMatchBase.h"
     35#include "gametypes/TeamDeathmatch.h"
     36#include "controllers/WaypointPatrolController.h"
    3737
    3838namespace orxonox
  • code/branches/libraries2/src/orxonox/controllers/HumanController.cc

    r5734 r5735  
    3131#include "core/CoreIncludes.h"
    3232#include "core/ConsoleCommand.h"
    33 #include "objects/worldentities/ControllableEntity.h"
    34 #include "objects/worldentities/pawns/Pawn.h"
    35 #include "objects/gametypes/Gametype.h"
    36 #include "objects/infos/PlayerInfo.h"
     33#include "worldentities/ControllableEntity.h"
     34#include "worldentities/pawns/Pawn.h"
     35#include "gametypes/Gametype.h"
     36#include "infos/PlayerInfo.h"
    3737#include "overlays/Map.h"
    3838
  • code/branches/libraries2/src/orxonox/controllers/WaypointController.cc

    r3196 r5735  
    3131#include "core/CoreIncludes.h"
    3232#include "core/XMLPort.h"
    33 #include "objects/worldentities/ControllableEntity.h"
     33#include "worldentities/ControllableEntity.h"
    3434
    3535namespace orxonox
  • code/branches/libraries2/src/orxonox/controllers/WaypointPatrolController.cc

    r3301 r5735  
    3232#include "core/CoreIncludes.h"
    3333#include "core/XMLPort.h"
    34 #include "objects/worldentities/pawns/Pawn.h"
     34#include "worldentities/pawns/Pawn.h"
    3535
    3636namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.