Skip to content

Commit

Permalink
Fixed|Heretic: Build failure (order of includes)
Browse files Browse the repository at this point in the history
The Map API was not declared as being in use early enough.
  • Loading branch information
skyjake committed Feb 13, 2014
1 parent 996542b commit 1f57dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/heretic/include/jheretic.h
Expand Up @@ -31,11 +31,11 @@
#ifndef __JHERETIC_CONVENIENCE_H__
#define __JHERETIC_CONVENIENCE_H__

#include "../../heretic/include/h_api.h"
#include "../../heretic/include/acfnlink.h"
#include "../../heretic/include/doomdef.h"
#include "../../heretic/include/dstrings.h"
#include "../../heretic/include/g_game.h"
#include "../../heretic/include/h_api.h"
#include "../../heretic/include/h_config.h"
#include "../../heretic/include/h_console.h"
#include "../../heretic/include/h_event.h"
Expand Down

0 comments on commit 1f57dd9

Please sign in to comment.