Skip to content

Commit

Permalink
Windows: Fix build (header inclusion order)
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Nov 25, 2013
1 parent 08ebfa8 commit 94bbf11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
1 change: 1 addition & 0 deletions doomsday/client/src/resource/animgroup.cpp
Expand Up @@ -18,6 +18,7 @@
* 02110-1301 USA</small>
*/

#include "de_platform.h"
#include "resource/animgroup.h"

#include <de/Log>
Expand Down
2 changes: 2 additions & 0 deletions doomsday/client/src/resource/fontmanifest.cpp
Expand Up @@ -18,7 +18,9 @@
* 02110-1301 USA</small>
*/

#include "de_platform.h"
#include "resource/fontmanifest.h"

#include "dd_main.h" // App_Fonts(), remove me
#include "FontScheme"
#include <de/Log>
Expand Down
13 changes: 0 additions & 13 deletions doomsday/client/src/resource/sprites.cpp
Expand Up @@ -19,16 +19,3 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA</small>
*/

#include "resource/sprite.h"

#include "dd_main.h"
#include "sys_system.h" // novideo
#include "def_main.h"
#include <de/Error>
#include <QMap>
#include <QtAlgorithms>

using namespace de;


1 change: 1 addition & 0 deletions doomsday/client/src/resource/texturescheme.cpp
Expand Up @@ -17,6 +17,7 @@
* 02110-1301 USA</small>
*/

#include "de_platform.h"
#include "resource/texturescheme.h"

#include "dd_main.h" // App_ResourceSystem()
Expand Down

0 comments on commit 94bbf11

Please sign in to comment.