Not really, at least not in this case (if they were not correctly ordered and they needed to be, you would get a compilation error).
The exception is if you have 2 files that depend on one another (and mostly if you want to check-compile mqh files), but that's a very rare issue and definitely not something that happens with standard library files. Or if you did macro redefinitions purposefully in some way...
DHess10000: Is there a proper order in which Include files should be loaded?
Properly coded, it shouldn't matter.
If one depends on another, then it, not you, should include it internally.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Is there a proper order in which Include files should be loaded?
Some special order to prevent conflicts?
Why do I ask? I thought something I was reading mentioned it momentarily. I cannot re-locate the reference, but it left a concern in my mind.
Any problem with this?
Thank you.