summaryrefslogtreecommitdiff
path: root/plugins/XSoundNotify/src/Common.h
blob: 491410d23329019cca6f9cf84f7643fa599855d9 (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
27
#include <windows.h>

#include <string>
#include <unordered_map>

#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 <boost/function.hpp>

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