mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-19 23:36:08 +01:00
Replace many inclusions of Types.h with Identifier.h
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#ifndef __AUDACITY_CONFIGINTERFACE_H__
|
||||
#define __AUDACITY_CONFIGINTERFACE_H__
|
||||
|
||||
#include "audacity/Types.h"
|
||||
#include "Identifier.h"
|
||||
|
||||
/*************************************************************************************//**
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
#include <functional>
|
||||
|
||||
#include "audacity/Types.h"
|
||||
#include "Identifier.h"
|
||||
#include "audacity/ComponentInterface.h"
|
||||
#include "audacity/ConfigInterface.h"
|
||||
#include "audacity/EffectAutomationParameters.h" // for command automation
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
#ifndef __AUDACITY_IMPORTERINTERFACE_H__
|
||||
#define __AUDACITY_IMPORTERINTERFACE_H__
|
||||
|
||||
#include "audacity/Types.h"
|
||||
#include "Identifier.h"
|
||||
#include "audacity/ConfigInterface.h"
|
||||
#include "audacity/ComponentInterface.h"
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
#define __AUDACITY_MODULEINTERFACE_H__
|
||||
|
||||
#include <functional>
|
||||
#include "audacity/Types.h"
|
||||
#include "Identifier.h"
|
||||
#include "audacity/ComponentInterface.h"
|
||||
#include "audacity/PluginInterface.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user