Skip to content

Commit d200f54

Browse files
committed
Fixed up #include directives to have relative paths
1 parent 2919843 commit d200f54

File tree

113 files changed

+351
-358
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+351
-358
lines changed

MUSHclient.dsp

Lines changed: 20 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dialogs/AsciiArtDlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33

44
#include "stdafx.h"
5-
#include "mushclient.h"
5+
#include "..\mushclient.h"
66
#include "AsciiArtDlg.h"
77

88
#ifdef _DEBUG

dialogs/ChooseNotepadDlg.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
//
33

44
#include "stdafx.h"
5-
#include "mushclient.h"
6-
#include "TextDocument.h"
7-
#include "doc.h"
5+
#include "..\mushclient.h"
6+
#include "..\TextDocument.h"
7+
#include "..\doc.h"
88
#include "ChooseNotepadDlg.h"
99

1010
#ifdef _DEBUG

dialogs/ColourComboBox.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33

44
#include "stdafx.h"
5-
#include "mushclient.h"
5+
#include "..\mushclient.h"
66
#include "ColourComboBox.h"
77

88
#ifdef _DEBUG

dialogs/ColourPickerDlg.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33

44
#include "stdafx.h"
5-
#include "mushclient.h"
6-
#include "dialogs\world_prefs\ButtonColour.h"
7-
#include "dialogs\ColourPickerDlg.h"
8-
#include "Color.h"
5+
#include "..\mushclient.h"
6+
#include "world_prefs\ButtonColour.h"
7+
#include "ColourPickerDlg.h"
8+
#include "..\Color.h"
99

1010
#ifdef _DEBUG
1111
//#define new DEBUG_NEW

dialogs/CompleteWordDlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33

44
#include "stdafx.h"
5-
#include "mushclient.h"
5+
#include "..\mushclient.h"
66
#include "CompleteWordDlg.h"
77

88
#ifdef _DEBUG

dialogs/ConfirmPreamble.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33

44
#include "stdafx.h"
5-
#include "mushclient.h"
5+
#include "..\mushclient.h"
66
#include "ConfirmPreamble.h"
77

88
#ifdef _DEBUG

dialogs/CreditsDlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33

44
#include "stdafx.h"
5-
#include "mushclient.h"
5+
#include "..\mushclient.h"
66
#include "CreditsDlg.h"
77

88
#ifdef _DEBUG

dialogs/DebugLuaDlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33

44
#include "stdafx.h"
5-
#include "mushclient.h"
5+
#include "..\mushclient.h"
66
#include "DebugLuaDlg.h"
77
#include "EditMultiLine.h"
88

dialogs/DebugWorldInputDlg.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33

44
#include "stdafx.h"
5-
#include "mushclient.h"
5+
#include "..\mushclient.h"
66
#include "DebugWorldInputDlg.h"
77
#include "InsertUnicodeDlg.h"
8-
#include "doc.h"
8+
#include "..\doc.h"
99

1010
#ifdef _DEBUG
1111
//#define new DEBUG_NEW

0 commit comments

Comments
 (0)