- rename config.h to engine_config.h to avoid possible problems with include directories order

This commit is contained in:
2023-11-26 16:32:32 +03:00
parent 8ec6245496
commit 677faa0615
27 changed files with 33 additions and 29 deletions

View File

@@ -7,7 +7,7 @@
#define __AUDIO_INTERFACE_H
#include <string>
#include "../config.h"
#include "../engine_config.h"
#include "../helper/HL_Types.h"
#include "../helper/HL_VariantMap.h"
#include "../helper/HL_Pointer.h"

View File

@@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "../config.h"
#include "../engine_config.h"
#include "../helper/HL_Exception.h"
#include "../helper/HL_Log.h"

View File

@@ -6,7 +6,7 @@
#ifndef _RX_MIXER_H
#define _RX_MIXER_H
#include "../config.h"
#include "../engine_config.h"
#include "../helper/HL_ByteBuffer.h"
#include "../helper/HL_Sync.h"
#include "Audio_Resampler.h"

View File

@@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "../config.h"
#include "../engine_config.h"
#include "Audio_Quality.h"
#include "../helper/HL_Exception.h"
#include "../helper/HL_Types.h"

View File

@@ -5,7 +5,7 @@
#ifndef __AUDIO_QUALITY_H
#define __AUDIO_QUALITY_H
#include "../config.h"
#include "../engine_config.h"
#include "../helper/HL_Sync.h"
#include <vector>

View File

@@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "../config.h"
#include "../engine_config.h"
#include "Audio_Resampler.h"
#include <stdlib.h>
#include <assert.h>

View File

@@ -7,7 +7,7 @@
#include "helper/HL_Exception.h"
#include "helper/HL_String.h"
#include "helper/HL_Log.h"
#include "../config.h"
#include "../engine_config.h"
#include <memory.h>
#include <assert.h>