Skip to content

Commit

Permalink
Renames Flags.h to Flags.struct.h (GH-556)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jun 17, 2023
1 parent d8a9e40 commit 246b1ec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Indicator/Indicator.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct IndicatorParams;
#include "../Storage/Dict/Buffer/BufferStruct.h"
#include "../Storage/DateTime.h"
#include "../Indicators/DrawIndicator.mqh"
#include "../Storage/Flags.h"
#include "../Storage/Flags.struct.h"
#include "../Math.h"
#include "../Storage/Object.h"
#include "../Refs.mqh"
Expand Down
2 changes: 1 addition & 1 deletion Indicator/IndicatorData.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct ExternInstantiateIndicatorBufferValueStorageDouble {
// Includes.
#include "../Bar.struct.h"
#include "../Chart.struct.tf.h"
#include "../Storage/Flags.h"
#include "../Storage/Flags.struct.h"
#include "../Storage/IValueStorage.h"
#include "../Storage/ItemsHistory.h"
#include "../SymbolInfo.struct.h"
Expand Down
2 changes: 1 addition & 1 deletion Platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ extern int Bars(CONST_REF_TO(string) _symbol, ENUM_TIMEFRAMES _tf);
*/

#include "Indicators/DrawIndicator.mqh"
#include "Storage/Flags.h"
#include "Storage/Flags.struct.h"
#include "Indicator/IndicatorData.h"
#include "Indicator/tests/classes/IndicatorTfDummy.h"
#include "Std.h"
Expand Down
File renamed without changes.

0 comments on commit 246b1ec

Please sign in to comment.