Skip to content

Commit

Permalink
Fixed: Build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 8, 2014
1 parent a003437 commit 1398332
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion doomsday/client/include/ui/ui_main.h
Expand Up @@ -24,7 +24,9 @@

#include <de/rect.h>
#include "dd_input.h" // ddevent_t
#include "MaterialVariantSpec"
#ifdef __CLIENT__
# include "MaterialVariantSpec"
#endif

enum fontstyle_t {
FS_NORMAL,
Expand Down
8 changes: 4 additions & 4 deletions doomsday/client/src/dd_main.cpp
Expand Up @@ -73,13 +73,13 @@
#endif
#include "world/worldsystem.h"

#include "ui/ui_main.h"
#include "ui/ui2_main.h"
#include "ui/fi_main.h"
#include "ui/p_control.h"
#ifdef __CLIENT__
# include "ui/ui_main.h"
# include "ui/widgets/taskbarwidget.h"
#endif
#include "ui/ui2_main.h"
#include "ui/fi_main.h"
#include "ui/p_control.h"

#include <de/ArrayValue>
#include <de/DictionaryValue>
Expand Down

0 comments on commit 1398332

Please sign in to comment.