Rename a file to prevent conflicts

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2024-04-15 17:58:44 +02:00 committed by Filipe Coelho
parent a6a83f3dae
commit df0f1ac1db
10 changed files with 21 additions and 19 deletions

View file

@ -1,6 +1,6 @@
/*
* DISTRHO Cardinal Plugin
* Copyright (C) 2021-2023 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2021-2024 Filipe Coelho <falktx@falktx.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@ -46,7 +46,7 @@
#include "Application.hpp"
#include "extra/String.hpp"
#include "../CardinalCommon.hpp"
#include "../PluginContext.hpp"
#include "../CardinalPluginContext.hpp"
#include "../WindowParameters.hpp"
#ifndef DGL_NO_SHARED_RESOURCES