From 4488a386b8c420313eef364dea381718a84d00b7 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 27 Jun 2024 01:17:09 +0100 Subject: [PATCH] move includes into header guards --- include/cdll.h | 6 +++--- include/vmr.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/cdll.h b/include/cdll.h index 19a59fb..2e9c96f 100644 --- a/include/cdll.h +++ b/include/cdll.h @@ -1,9 +1,9 @@ -#include -#include "VoicemeeterRemote.h" - #ifndef __CDLL_H__ #define __CDLL_H__ +#include +#include "VoicemeeterRemote.h" + long initialize_dll_interfaces(T_VBVMR_INTERFACE *iVMR); #endif /*__CDLL_H__*/ \ No newline at end of file diff --git a/include/vmr.h b/include/vmr.h index 47baf16..bdcbd2e 100644 --- a/include/vmr.h +++ b/include/vmr.h @@ -1,9 +1,9 @@ -#include -#include "voicemeeterRemote.h" - #ifndef __VMR_H__ #define __VMR_H__ +#include +#include "voicemeeterRemote.h" + enum kind { BASIC = 1,