Skip to content

Commit

Permalink
Client: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 18, 2013
1 parent 0fdd8d8 commit d45a6cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions doomsday/client/include/de_audio.h
Expand Up @@ -30,6 +30,7 @@
# include "audio/s_sfx.h"
# include "audio/s_mus.h"
#endif

#include "audio/s_main.h"
#include "audio/s_cache.h"
#include "audio/s_environ.h"
Expand Down
6 changes: 2 additions & 4 deletions doomsday/client/include/de_network.h
Expand Up @@ -29,10 +29,6 @@
#include "network/net_msg.h"
#include "network/net_buf.h"
#include "network/protocol.h"
#ifdef __CLIENT__
# include "network/net_demo.h"
# include "api_client.h"
#endif

#ifdef __SERVER__
# include "server/sv_def.h"
Expand All @@ -44,6 +40,8 @@
#endif

#ifdef __CLIENT__
# include "network/net_demo.h"
# include "api_client.h"
# include "client/cl_def.h"
# include "client/cl_player.h"
# include "client/cl_mobj.h"
Expand Down
4 changes: 1 addition & 3 deletions doomsday/client/include/de_play.h
Expand Up @@ -25,9 +25,7 @@
#define __DOOMSDAY_PLAYSIM__

#include "api_thinker.h"
#ifdef __cplusplus
# include "map/vertex.h"
#endif
#include "map/vertex.h"
#include "map/surface.h"
#include "map/sidedef.h"
#include "map/linedef.h"
Expand Down
1 change: 1 addition & 0 deletions doomsday/client/include/de_system.h
Expand Up @@ -28,6 +28,7 @@
#include "ui/sys_input.h"
#include "network/sys_network.h"
#include "network/masterserver.h"

#ifdef __CLIENT__
# include "gl/sys_opengl.h"
#endif
Expand Down

0 comments on commit d45a6cc

Please sign in to comment.