diff --git a/include/Editor.h b/include/Editor.h index c5e9a2d05..681bce46c 100644 --- a/include/Editor.h +++ b/include/Editor.h @@ -22,8 +22,8 @@ * */ -#ifndef LMMS_EDITOR_H -#define LMMS_EDITOR_H +#ifndef LMMS_GUI_EDITOR_H +#define LMMS_GUI_EDITOR_H #include #include @@ -113,4 +113,4 @@ protected: } // namespace lmms::gui -#endif // LMMS_EDITOR_H +#endif // LMMS_GUI_EDITOR_H diff --git a/include/Lv2ViewBase.h b/include/Lv2ViewBase.h index f6d97d6aa..d27f35cec 100644 --- a/include/Lv2ViewBase.h +++ b/include/Lv2ViewBase.h @@ -22,8 +22,8 @@ * */ -#ifndef LMMS_LV2_VIEW_BASE_H -#define LMMS_LV2_VIEW_BASE_H +#ifndef LMMS_GUI_LV2_VIEW_BASE_H +#define LMMS_GUI_LV2_VIEW_BASE_H #include "lmmsconfig.h" @@ -109,4 +109,4 @@ private: #endif // LMMS_HAVE_LV2 -#endif // LMMS_LV2_VIEW_BASE_H +#endif // LMMS_GUI_LV2_VIEW_BASE_H diff --git a/include/aeffectx.h b/include/aeffectx.h index a7f6002b8..2c69464cc 100644 --- a/include/aeffectx.h +++ b/include/aeffectx.h @@ -22,8 +22,8 @@ * */ -#ifndef LMMS_AEFFECTX_H -#define LMMS_AEFFECTX_H +#ifndef AEFFECTX_H +#define AEFFECTX_H #include #include @@ -297,4 +297,4 @@ public: using audioMasterCallback = intptr_t (VST_CALL_CONV*)(AEffect*, int32_t, int32_t, intptr_t, void*, float); -#endif // LMMS_AEFFECTX_H +#endif // AEFFECTX_H