12345678910111213141516171819202122 |
- #include <vcl.h>
- #include <Common.h>
- #include <CoreMain.h>
- #include <Interface.h>
- // Good candidate is also Exceptions.h, but Classic compiler does not support non-trivial default arguments in PCH
- #include <HelpCore.h>
- #include <TextsCore.h>
- #include <System.DateUtils.hpp>
- #include <System.IOUtils.hpp>
- #include <System.Math.hpp>
- #include <System.StrUtils.hpp>
- #include <System.SysUtils.hpp>
- #include <Winapi.Windows.hpp>
- #include <algorithm>
- #include <limits>
- #include <memory>
- #include <vector>
|