Clean up code.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
// header.h : include file for standard system include files,
|
||||
// or project specific include files
|
||||
// wCenterWindow
|
||||
// framework.h
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "targetver.h"
|
||||
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
||||
|
||||
@@ -17,10 +15,5 @@
|
||||
#include <shellapi.h>
|
||||
#include <CommCtrl.h>
|
||||
|
||||
// C RunTime Header Files
|
||||
//#include <stdlib.h>
|
||||
//#include <malloc.h>
|
||||
//#include <memory.h>
|
||||
|
||||
// Project Specific Header Files
|
||||
#include "Logger.h"
|
||||
|
||||
Reference in New Issue
Block a user