No longer need header replacement for sbsms.h

This commit is contained in:
Leland Lucius 2021-02-01 10:35:52 -06:00
parent 25ab87168d
commit 5107c0f350
2 changed files with 1 additions and 17 deletions

View File

@ -1,16 +0,0 @@
// -*- mode: c++ -*-
// Indirectly include SBSMS header so that we can disable warnings about unused parameters
// when compiling Audacity itself.
#ifdef _MSC_VER
// If this is compiled with MSVC (Visual Studio)
#pragma warning( push )
#pragma warning( disable : 4100)
#include "../sbsms/include/sbsms.h"
#pragma warning( pop )
#else //_MSC_VER
#include "../sbsms/include/sbsms.h"
#endif //_MSC_VER

View File

@ -19,7 +19,7 @@
#if USE_SBSMS
#include "Effect.h"
#include "../../../lib-src/header-substitutes/sbsms.h"
#include <sbsms.h>
using namespace _sbsms_;