Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7037


Ignore:
Timestamp:
May 31, 2010, 9:21:07 AM (14 years ago)
Author:
rgrieder
Message:

Using C++ includes (limits.h —> climits).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/src/orxonox/controllers/ArtificialController.cc

    r7035 r7037  
    3030
    3131#include <vector>
    32 #include "limits.h"
     32#include <climits>
     33
     34#include "util/Math.h"
     35#include "core/ConsoleCommand.h"
    3336#include "core/CoreIncludes.h"
    3437#include "core/XMLPort.h"
     
    4144#include "controllers/NewHumanController.h"
    4245#include "controllers/DroneController.h"
    43 #include "util/Math.h"
    44 #include "core/ConsoleCommand.h"
    4546
    4647namespace orxonox
     
    7273        this->myMaster_ = 0;
    7374        this->freedomCount_ = 0;
    74         this->team_ = -1;
    75         this->state_ = FREE;
     75        this->team_ = -1;
     76        this->state_ = FREE;
    7677        this->specificMasterAction_ = NONE;
    7778        this->specificMasterActionHoldCount_  = 0;
Note: See TracChangeset for help on using the changeset viewer.