diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-12-20 13:16:58 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-12-20 13:16:58 (GMT) |
commit | 65285bb6f02e15488d47420a283a99e86ff83dc8 (patch) | |
tree | 5670f3b1f540fba74000dd16b2895e9b480a8ab7 /Example | |
parent | d98cafb6844ad18717dcf9d4ad875b67e59f7df1 (diff) | |
download | CMake-65285bb6f02e15488d47420a283a99e86ff83dc8.zip CMake-65285bb6f02e15488d47420a283a99e86ff83dc8.tar.gz CMake-65285bb6f02e15488d47420a283a99e86ff83dc8.tar.bz2 |
remove fancy cxx stuff from the example
Diffstat (limited to 'Example')
-rw-r--r-- | Example/Demo/demo.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Example/Demo/demo.cxx b/Example/Demo/demo.cxx index f266c6b..31de038 100644 --- a/Example/Demo/demo.cxx +++ b/Example/Demo/demo.cxx @@ -1,4 +1,3 @@ -#include <iostream> #include "hello.h" extern Hello hello; |