Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3608 in orxonox.OLD for orxonox/trunk/src/lib/coord


Ignore:
Timestamp:
Mar 20, 2005, 11:37:26 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: now there is a real speedup in compiling time when dependencies are modified: just realy only includes, what is needed. Byside the speedup, there is more overview! never add an orxonox class to stdincl.h if it doesn't have to be

Location:
orxonox/trunk/src/lib/coord
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/coord/null_parent.cc

    r3607 r3608  
    2020#include "null_parent.h"
    2121#include "stdincl.h"
     22#include "vector.h"
     23#include "list.h"
    2224
    2325
  • orxonox/trunk/src/lib/coord/p_node.cc

    r3607 r3608  
    2323#include "stdincl.h"
    2424
     25#include "error.h"
     26#include "debug.h"
     27#include "list.h"
     28#include "vector.h"
    2529#include "null_parent.h"
     30
     31
    2632//#include "vector.h"
    2733//#include "quaternion.h"
     
    479485      if( this->bRelDirChanged || this->bAbsDirChanged)
    480486        pn->parentDirChanged ();
     487
    481488      pn->update();
    482489      pn = this->children->nextElement();
  • orxonox/trunk/src/lib/coord/p_node.h

    r3607 r3608  
    2323
    2424#include "base_object.h"
    25 #include "vector.h"
     25//#include "vector.h"
    2626
    2727// FORWARD DEFINITION \\
Note: See TracChangeset for help on using the changeset viewer.