Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 10, 2009, 10:58:53 PM (15 years ago)
Author:
rgrieder
Message:

Header file section clean up in orxonox/overlays (without stats). Also reduced dependencies as much as possible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/overlays/hud/ChatOverlay.cc

    r3142 r3144  
    3131#include <OgreTextAreaOverlayElement.h>
    3232
     33#include "util/Convert.h"
    3334#include "util/UTFStringConversions.h"
    3435#include "core/CoreIncludes.h"
     
    3637#include "core/Executor.h"
    3738
    38 #include "network/ClientInformation.h"
    39 
     39#include "tools/Timer.h"
     40#include "objects/infos/PlayerInfo.h"
    4041#include "PlayerManager.h"
    41 #include "objects/infos/PlayerInfo.h"
    42 #include "tools/Timer.h"
    43 
    44 #include "util/Convert.h"
    4542
    4643namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.