diff options
author | Brad King <brad.king@kitware.com> | 2003-07-10 18:32:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-07-10 18:32:30 (GMT) |
commit | d715fba1cb8d97d58cba912cb42359a7f7e8ff22 (patch) | |
tree | 37e597b0d9322b9e7c60f9e8a029b5603e0fef96 /Source/kwsys/RegularExpression.cxx | |
parent | b75c229444d8072fd63df2d723fb9cbec81f53f4 (diff) | |
download | CMake-d715fba1cb8d97d58cba912cb42359a7f7e8ff22.zip CMake-d715fba1cb8d97d58cba912cb42359a7f7e8ff22.tar.gz CMake-d715fba1cb8d97d58cba912cb42359a7f7e8ff22.tar.bz2 |
ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace.
Diffstat (limited to 'Source/kwsys/RegularExpression.cxx')
-rw-r--r-- | Source/kwsys/RegularExpression.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/kwsys/RegularExpression.cxx b/Source/kwsys/RegularExpression.cxx index ef204a1..451237c 100644 --- a/Source/kwsys/RegularExpression.cxx +++ b/Source/kwsys/RegularExpression.cxx @@ -33,7 +33,9 @@ // Updated: DLS 03/22/91 New lite version // -#include <RegularExpression.hxx> // Include class specification +#include "kwsysPrivate.h" +#include KWSYS_HEADER(RegularExpression.hxx) + #include <stdio.h> namespace KWSYS_NAMESPACE |