Skip to content

Commit

Permalink
All Games|libcommon: Include path for config.h
Browse files Browse the repository at this point in the history
Perhaps a more specific path helps with this issue.

IssueID #1984
  • Loading branch information
skyjake committed Feb 28, 2015
1 parent bbe9dda commit d7e1622
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doomsday/apps/plugins/doom/include/d_config.h
Expand Up @@ -37,7 +37,7 @@
#include "api_uri.h"
#include "doomdef.h"
#include "hu_lib.h"
#include "config.h"
#include "../../common/include/config.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion doomsday/apps/plugins/doom64/include/d_config.h
Expand Up @@ -38,7 +38,7 @@
#include "doomsday.h"
#include "doomdef.h"
#include "hu_lib.h"
#include "config.h"
#include "../../common/include/config.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion doomsday/apps/plugins/heretic/include/h_config.h
Expand Up @@ -38,7 +38,7 @@
#include "doomsday.h"
#include "doomdef.h"
#include "hu_lib.h"
#include "config.h"
#include "../../common/include/config.h"

#ifdef __cplusplus
extern "C" {
Expand Down
1 change: 1 addition & 0 deletions doomsday/apps/plugins/hexen/include/x_config.h
Expand Up @@ -32,6 +32,7 @@
#include "doomsday.h"
#include "h2def.h"
#include "hu_lib.h"
#include "../../common/include/config.h"

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit d7e1622

Please sign in to comment.