summaryrefslogtreecommitdiff
path: root/utils/tfstats/regexp/include/regex.h
blob: dda5c75f30e1790bcdaf9034fde4f464300a2db1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
// $NoKeywords: $
//
//=============================================================================//
#ifndef __REGEX_H

#ifdef _MSC_VER
#pragma warning(disable: 4786)
#pragma warning(disable: 4800)
#endif

#include <jm/regex.h>
#endif