Skip to content

Commit

Permalink
Merge From Master
Browse files Browse the repository at this point in the history
Header clean on the way in.
  • Loading branch information
SimonCSmith committed Mar 10, 2023
1 parent 6630f6b commit acbc694
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 12 deletions.
6 changes: 0 additions & 6 deletions DeepSkyStacker/DeepSkyStacker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,7 @@
// DeepSkyStacker.cpp : Defines the entry point for the console application.
//
#include <stdafx.h>

#include "DeepSkyStacker.h"

#include <boost/interprocess/sync/named_mutex.hpp>
#include <boost/interprocess/sync/scoped_lock.hpp>
namespace bip = boost::interprocess;

#include "ui_StackingDlg.h"
#include "Ztrace.h"
#include "StackingTasks.h"
Expand Down
2 changes: 0 additions & 2 deletions DeepSkyStacker/MedianFilterEngine.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#include <stdafx.h>
#include <omp.h>

#include "BitmapBase.h"
#include "MedianFilterEngine.h"
#include "avx_filter.h"
Expand Down
1 change: 0 additions & 1 deletion DeepSkyStacker/MultiBitmapProcess.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <stdafx.h>
#include <omp.h>
#include "MultiBitmapProcess.h"
#include "StackingTasks.h"
#include "MultiBitmap.h"
Expand Down
5 changes: 5 additions & 0 deletions DeepSkyStacker/StdAfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
#include <future>
#include <inttypes.h>
#include <filesystem>
#include <boost/interprocess/sync/named_mutex.hpp>
#include <boost/interprocess/sync/scoped_lock.hpp>

namespace bip = boost::interprocess;
namespace fs = std::filesystem;

using std::min;
Expand All @@ -94,5 +98,6 @@ using std::max;
#include <commctrl.h>
#include <afxole.h>
#include <AFXPRIV.H>
#include <richole.h> // for IRichEditOleCallback
#include <gdiplus.h>
using namespace Gdiplus;
4 changes: 4 additions & 0 deletions DeepSkyStackerCL/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
#include <future>
#include <inttypes.h>
#include <filesystem>
#include <boost/interprocess/sync/named_mutex.hpp>
#include <boost/interprocess/sync/scoped_lock.hpp>

namespace bip = boost::interprocess;
namespace fs = std::filesystem;

using std::min;
Expand Down
4 changes: 4 additions & 0 deletions DeepSkyStackerTest/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
#include <limits>
#include <iostream>
#include <filesystem>
#include <boost/interprocess/sync/named_mutex.hpp>
#include <boost/interprocess/sync/scoped_lock.hpp>

namespace bip = boost::interprocess;
namespace fs = std::filesystem;

using std::min;
Expand Down
1 change: 0 additions & 1 deletion Tools/RichToolTipCtrl.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
// RichToolTipCtrl.h : header file
//

#include <richole.h> // for IRichEditOleCallback

/////////////////////////////////////////////////////////////////////////////
// CRichToolTipCtrl window
Expand Down
4 changes: 2 additions & 2 deletions Tools/Toolhelp.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Notices: Copyright (c) 2008 Jeffrey Richter & Christophe Nasarre


//#include "CmnHdr.h" /* See Appendix A. */
#include <tlhelp32.h>
#include <tchar.h>
//#include <tlhelp32.h>
//#include <tchar.h>


///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit acbc694

Please sign in to comment.