Skip to content

Commit

Permalink
[Ref] Remove unnecessary ChannelManagerDlg.h includes.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21818 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
sagamusix committed Oct 14, 2024
1 parent 3a3effc commit d1aa832
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion mptrack/Draw_pat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#include "stdafx.h"
#include "View_pat.h"
#include "ChannelManagerDlg.h"
#include "dlg_misc.h"
#include "EffectVis.h"
#include "Globals.h"
Expand Down
1 change: 0 additions & 1 deletion mptrack/View_gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "stdafx.h"
#include "View_gen.h"
#include "AbstractVstEditor.h"
#include "ChannelManagerDlg.h"
#include "Childfrm.h"
#include "Ctrl_gen.h"
#include "EffectVis.h"
Expand Down
2 changes: 1 addition & 1 deletion mptrack/View_ins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#include "stdafx.h"
#include "View_ins.h"
#include "ChannelManagerDlg.h"
#include "Childfrm.h"
#include "Ctrl_ins.h"
#include "Dlsbank.h"
Expand All @@ -25,6 +24,7 @@
#include "Reporting.h"
#include "resource.h"
#include "ScaleEnvPointsDlg.h"
#include "TrackerSettings.h"
#include "WindowMessages.h"
#include "../common/mptStringBuffer.h"
#include "../soundlib/MIDIEvents.h"
Expand Down
2 changes: 1 addition & 1 deletion mptrack/View_smp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

#include "stdafx.h"
#include "View_smp.h"
#include "ChannelManagerDlg.h"
#include "Childfrm.h"
#include "Clipboard.h"
#include "Ctrl_smp.h"
#include "dlg_misc.h" // CInputDlg
#include "Dlsbank.h"
#include "Globals.h"
#include "ImageLists.h"
Expand Down
2 changes: 1 addition & 1 deletion mptrack/view_com.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#include "stdafx.h"
#include "view_com.h"
#include "ChannelManagerDlg.h"
#include "Childfrm.h"
#include "Clipboard.h"
#include "Ctrl_com.h"
Expand All @@ -22,6 +21,7 @@
#include "Moddoc.h"
#include "Mptrack.h"
#include "resource.h"
#include "TrackerSettings.h"
#include "WindowMessages.h"
#include "../common/mptStringBuffer.h"
#include "../soundlib/mod_specifications.h"
Expand Down

0 comments on commit d1aa832

Please sign in to comment.