Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19920/qlo
Modified Files:
asianoption.cpp bonds.cpp cliquetoption.cpp
dividendvanillaoption.cpp exercise.cpp processes.cpp
ratehelpers.cpp termstructures.cpp vanillaswap.cpp
volatilities.cpp xibor.cpp
Log Message:
remove #includes of generalutils.hpp
Index: cliquetoption.cpp
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/cliquetoption.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** cliquetoption.cpp 9 Jun 2006 18:58:47 -0000 1.3
--- cliquetoption.cpp 20 Jun 2006 09:44:18 -0000 1.4
***************
*** 22,26 ****
#include <qlo/cliquetoption.hpp>
#include <qlo/typefactory.hpp>
- #include <qlo/generalutils.hpp>
#include <qlo/exercise.hpp>
--- 22,25 ----
Index: volatilities.cpp
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/volatilities.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** volatilities.cpp 20 Jun 2006 09:18:11 -0000 1.3
--- volatilities.cpp 20 Jun 2006 09:44:18 -0000 1.4
***************
*** 21,25 ****
#endif
#include <qlo/volatilities.hpp>
- #include <qlo/generalutils.hpp>
#include <qlo/typefactory.hpp>
--- 21,24 ----
Index: vanillaswap.cpp
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/vanillaswap.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** vanillaswap.cpp 16 Jun 2006 17:37:20 -0000 1.5
--- vanillaswap.cpp 20 Jun 2006 09:44:18 -0000 1.6
***************
*** 25,29 ****
#include <qlo/vanillaswap.hpp>
- #include <qlo/generalutils.hpp>
#include <qlo/termstructures.hpp>
#include <qlo/typefactory.hpp>
--- 25,28 ----
Index: processes.cpp
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/processes.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** processes.cpp 9 Jun 2006 18:58:47 -0000 1.3
--- processes.cpp 20 Jun 2006 09:44:18 -0000 1.4
***************
*** 21,25 ****
#endif
#include <qlo/processes.hpp>
- #include <qlo/generalutils.hpp>
#include <qlo/typefactory.hpp>
#include <ql/quote.hpp>
--- 21,24 ----
Index: xibor.cpp
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/xibor.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** xibor.cpp 16 Jun 2006 17:37:20 -0000 1.9
--- xibor.cpp 20 Jun 2006 09:44:18 -0000 1.10
***************
*** 23,27 ****
#include <qlo/xibor.hpp>
- #include <qlo/generalutils.hpp>
#include <qlo/typefactory.hpp>
#include <ql/Indexes/indexmanager.hpp>
--- 23,26 ----
Index: asianoption.cpp
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/asianoption.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** asianoption.cpp 9 Jun 2006 18:58:47 -0000 1.3
--- asianoption.cpp 20 Jun 2006 09:44:18 -0000 1.4
***************
*** 22,26 ****
#include <qlo/asianoption.hpp>
#include <qlo/typefactory.hpp>
- #include <qlo/generalutils.hpp>
#include <qlo/exercise.hpp>
--- 22,25 ----
Index: exercise.cpp
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/exercise.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** exercise.cpp 19 Jun 2006 14:18:01 -0000 1.3
--- exercise.cpp 20 Jun 2006 09:44:18 -0000 1.4
***************
*** 20,24 ****
#endif
#include <qlo/exercise.hpp>
- #include <qlo/generalutils.hpp>
namespace QuantLibAddin {
--- 20,23 ----
Index: dividendvanillaoption.cpp
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/dividendvanillaoption.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** dividendvanillaoption.cpp 9 Jun 2006 18:58:47 -0000 1.3
--- dividendvanillaoption.cpp 20 Jun 2006 09:44:18 -0000 1.4
***************
*** 21,25 ****
#include <qlo/dividendvanillaoption.hpp>
#include <qlo/typefactory.hpp>
- #include <qlo/generalutils.hpp>
#include <qlo/exercise.hpp>
--- 21,24 ----
Index: bonds.cpp
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/bonds.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** bonds.cpp 18 Jun 2006 19:47:14 -0000 1.5
--- bonds.cpp 20 Jun 2006 09:44:18 -0000 1.6
***************
*** 25,29 ****
#include <qlo/bonds.hpp>
#include <qlo/couponvectors.hpp>
- #include <qlo/generalutils.hpp>
#include <qlo/termstructures.hpp>
#include <qlo/typefactory.hpp>
--- 25,28 ----
Index: termstructures.cpp
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/termstructures.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** termstructures.cpp 20 Jun 2006 09:18:49 -0000 1.10
--- termstructures.cpp 20 Jun 2006 09:44:18 -0000 1.11
***************
*** 26,30 ****
#include <qlo/ratehelpers.hpp>
#include <qlo/typefactory.hpp>
- #include <qlo/generalutils.hpp>
#include <ql/date.hpp>
--- 26,29 ----
Index: ratehelpers.cpp
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/ratehelpers.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ratehelpers.cpp 18 Jun 2006 18:54:32 -0000 1.3
--- ratehelpers.cpp 20 Jun 2006 09:44:18 -0000 1.4
***************
*** 25,29 ****
#include <qlo/ratehelpers.hpp>
#include <qlo/typefactory.hpp>
- #include <qlo/generalutils.hpp>
#include <ql/date.hpp>
--- 25,28 ----
|