Date: Monday, February 27, 2006 @ 17:02:34
  Author: gilles
    Path: /cvsroot/carob/carob/test

Modified: TestDriverResultSet.cpp (1.5 -> 1.6)

Re-organized includes


-------------------------+
 TestDriverResultSet.cpp |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)


Index: carob/test/TestDriverResultSet.cpp
diff -u carob/test/TestDriverResultSet.cpp:1.5 
carob/test/TestDriverResultSet.cpp:1.6
--- carob/test/TestDriverResultSet.cpp:1.5      Tue Feb 14 18:35:47 2006
+++ carob/test/TestDriverResultSet.cpp  Mon Feb 27 17:02:34 2006
@@ -1,6 +1,6 @@
 /*
  * Sequoia: Database clustering technology.
- * Copyright (C) 2005 Emic Networks
+ * Copyright (C) 2005-2006 Continuent, Inc.
  * Contact: [EMAIL PROTECTED]
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -19,16 +19,16 @@
  * Contributor(s): 
  */
 
-#include <iostream>
-
-#include "Common.hpp"
-#include "Connection.hpp"
-#include "CarobException.hpp"
-#include "DriverResultSet.hpp"
 #include "TestDriverResultSet.hpp"
-#include "RequestWithResultSetParameters.hpp"
-#include "ResultSetMetaData.hpp"
+
 #include "Statement.hpp"
+#include "DriverResultSet.hpp"
+
+#include "CarobException.hpp"
+#include "Common.hpp"
+
+#include <string>
+#include <iostream>
 
 using std::wstring;
 using std::endl;

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to