[Compbench-devel] CompBenchmarks++ cloptions.cpp,1.15,1.16
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-02-05 20:08:47
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21999 Modified Files: cloptions.cpp Log Message: Banner added. Obsolete include removed. Index: cloptions.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/cloptions.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** cloptions.cpp 5 Feb 2007 20:07:41 -0000 1.15 --- cloptions.cpp 5 Feb 2007 20:08:42 -0000 1.16 *************** *** 1,6 **** #include <cloptions.h> #include <Benchmark/Package.h> #include <Benchmark/Benchmark.h> - // #include <Benchmark/Benchmark-Selector.h> #include <Compiler/Compiler.h> #include <System/System.h> --- 1,13 ---- + /* ---------------------------------------------------------------------------- + $Id$ + + This is free software. + For details, see the GNU Public License in the COPYING file, or + Look http://www.fsf.org + ------------------------------------------------------------------------- */ + #include <cloptions.h> #include <Benchmark/Package.h> #include <Benchmark/Benchmark.h> #include <Compiler/Compiler.h> #include <System/System.h> |