mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 21:50:11 +02:00
Move event handling its own file
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
#include "plugin-bridge.h"
|
||||
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <iostream>
|
||||
|
||||
#include "../common/communication.h"
|
||||
#include "../common/events.h"
|
||||
|
||||
namespace fs = boost::filesystem;
|
||||
|
||||
|
||||
@@ -16,8 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
// This included is redundant, but ccls will complain if this is not included
|
||||
// before windowes.h even though it will compile just fine
|
||||
#include "boost-fix.h"
|
||||
|
||||
#define NOMINMAX
|
||||
@@ -28,9 +26,9 @@
|
||||
#include <vestige/aeffectx.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include <boost/asio/local/stream_protocol.hpp>
|
||||
#include <thread>
|
||||
|
||||
#include "../common/communication.h"
|
||||
#include "../common/logging.h"
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user