Merge branch 'format-titles'
[TortoiseGit.git] / src / TortoiseBlame / stdafx.h
blob6e10cfd7076305fca2ab5fcdb11464bf9ff1913b
1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used frequently, but
3 // are changed infrequently
4 //
6 #pragma once
9 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
11 #include "..\targetver.h"
13 // Windows Header Files:
14 #include <windows.h>
15 // C RunTime Header Files
16 #include <stdlib.h>
17 #include <malloc.h>
18 #include <memory.h>
19 #include <tchar.h>
20 #include <shlwapi.h>
21 #include <richedit.h>
22 #include <commctrl.h>
24 #pragma warning(push)
25 #pragma warning(disable: 4702) // Unreachable code warnings in xtree
26 #include <string>
27 #include <vector>
28 #include <map>
29 #include <fstream>
30 #pragma warning(pop)