summaryrefslogtreecommitdiff
path: root/plugins/FirstRun/src/commonheaders.h
blob: 12a9562e5ebc1508f18ffc6c27ecf27b63d6c75b (plain)
1
2
3
4
5
6
7
8
9
10
#define _CRT_SECURE_NO_WARNINGS

#include <windows.h>

#include <newpluginapi.h>
#include <m_langpack.h>
#include <m_protocols.h>
#include <m_database.h>

#include "Version.h"