Sync with trunk (r48008)
[reactos.git] / base / applications / notepad / notepad.h
1 #include <assert.h>
2 #include <stdio.h>
3 #include <windows.h>
4 #include <commdlg.h>
5 #include <commctrl.h>
6 #include <tchar.h>
7 #include <richedit.h>
8 #include <malloc.h>
9
10 #include "main.h"
11 #include "dialog.h"
12