Last change
on this file since 651 was
651,
checked in by dai_9181, 15 years ago
|
・BreakPoint周りをリファクタリング
・FileTree周りをリファクタリング
|
File size:
1.3 KB
|
Line | |
---|
1 | #pragma once |
---|
2 | |
---|
3 | #include <map> |
---|
4 | #include <string> |
---|
5 | #include <vector> |
---|
6 | #include <fstream> |
---|
7 | #include <iostream> |
---|
8 | |
---|
9 | #include <windows.h> |
---|
10 | #include <stdio.h> |
---|
11 | #include <string.h> |
---|
12 | #include <math.h> |
---|
13 | #include <commctrl.h> |
---|
14 | #include <time.h> |
---|
15 | #include <limits.h> |
---|
16 | #include <shlobj.h> |
---|
17 | #include <process.h> |
---|
18 | #include <fcntl.h> |
---|
19 | #include <io.h> |
---|
20 | |
---|
21 | #include <atlbase.h> |
---|
22 | #include <atlcom.h> |
---|
23 | #include <atlhost.h> |
---|
24 | #include <atlapp.h> |
---|
25 | #include <atlframe.h> |
---|
26 | #include <atlcrack.h> |
---|
27 | #include <atlmisc.h> |
---|
28 | #include <atlctrls.h> |
---|
29 | |
---|
30 | //boost libraries |
---|
31 | #include <boost/foreach.hpp> |
---|
32 | #include <boost/serialization/serialization.hpp> |
---|
33 | #include <boost/serialization/nvp.hpp> |
---|
34 | #include <boost/serialization/export.hpp> |
---|
35 | |
---|
36 | #include <jenga/include/jenga.h> |
---|
37 | |
---|
38 | #include <abdev/ab_common/include/ab_common.h> |
---|
39 | |
---|
40 | #ifdef THETEXT |
---|
41 | #include "../res_TheText/resource.h" |
---|
42 | #else |
---|
43 | #include "../res/resource.h" |
---|
44 | #endif |
---|
45 | |
---|
46 | #include <WindowComponents/BaseWindow.h> |
---|
47 | #include <WindowComponents/MdiChild.h> |
---|
48 | #include <WindowComponents/MdiWindow.h> |
---|
49 | #include <WindowComponents/DockingWindow.h> |
---|
50 | #include <WindowComponents/TextView.h> |
---|
51 | #include <WindowCollection.h> |
---|
52 | #include <WindowAreaManager.h> |
---|
53 | #include <MainFrame.h> |
---|
54 | #include <Program.h> |
---|
55 | #include <ProjectManager/WindowManager.h> |
---|
56 | |
---|
57 | #include "Common.h" |
---|
58 | |
---|
59 | #include <ProjectManager/FileManager.h> |
---|
60 | #include <ProjectManager/ProjectManager.h> |
---|
Note: See
TracBrowser
for help on using the repository browser.