mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Ensure all header files can be included (in any order) after stdafx.h. (PR #866)
This commit is contained in:
@@ -29,10 +29,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include "PropertySheet.h"
|
||||
|
||||
#include "../Applewin.h"
|
||||
#include "../Frame.h"
|
||||
#include "../resource/resource.h"
|
||||
#include "PropertySheet.h"
|
||||
|
||||
void CPropertySheet::Init(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user