summaryrefslogtreecommitdiff
path: root/plugins/XSoundNotify/src/Common.h
blob: be4d16e2a8bccd369689ef2c058936885917480b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#include <windows.h>

#include <string>
#include <unordered_map>
#include <memory>

#include <atlbase.h>
#include <atlapp.h>
#include <atlctrls.h>
#include <atldlgs.h>

#include <newpluginapi.h>
#include <m_system_cpp.h>
#include <m_database.h>
#include <m_protocols.h>
#include <m_langpack.h>
#include <m_clist.h>
#include <m_skin.h>

#include "resource.h"
#include "Version.h"
#include "xsn_types.h"
#include "SoundNotifyData.h"
#include "SoundNotifyDataStorage.h"
#include "SettingsDialog.h"
#include "xsn_utils.h"