//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //------------------------------------------------------------------------------------------------------- #pragma once #include "RegexFlags.h" #include "Chars.h" #include "CaseInsensitive.h" #include "CharSet.h" #include "CharMap.h" #include "CharTrie.h" #include "TextbookBoyerMoore.h" #include "RegexRuntime.h"