summaryrefslogtreecommitdiffstats
path: root/Example/Demo
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-12-20 13:16:58 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-12-20 13:16:58 (GMT)
commit65285bb6f02e15488d47420a283a99e86ff83dc8 (patch)
tree5670f3b1f540fba74000dd16b2895e9b480a8ab7 /Example/Demo
parentd98cafb6844ad18717dcf9d4ad875b67e59f7df1 (diff)
downloadCMake-65285bb6f02e15488d47420a283a99e86ff83dc8.zip
CMake-65285bb6f02e15488d47420a283a99e86ff83dc8.tar.gz
CMake-65285bb6f02e15488d47420a283a99e86ff83dc8.tar.bz2
remove fancy cxx stuff from the example
Diffstat (limited to 'Example/Demo')
-rw-r--r--Example/Demo/demo.cxx1
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;