Date: Thursday, January 26, 2006 @ 11:50:43
  Author: marc
    Path: /cvsroot/carob/carob/include

Modified: Common.hpp (1.28 -> 1.29) ConnectionParameters.hpp (1.16 ->
          1.17) StringCodecs.hpp (1.5 -> 1.6)

Minor #include re-ordering.


--------------------------+
 Common.hpp               |    2 +-
 ConnectionParameters.hpp |    5 ++---
 StringCodecs.hpp         |    4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)


Index: carob/include/Common.hpp
diff -u carob/include/Common.hpp:1.28 carob/include/Common.hpp:1.29
--- carob/include/Common.hpp:1.28       Wed Jan 25 23:10:13 2006
+++ carob/include/Common.hpp    Thu Jan 26 11:50:43 2006
@@ -21,9 +21,9 @@
 #ifndef _COMMON_H_
 #define _COMMON_H_
 
-#include <string>
 #include "StringCodecs.hpp"
 
+#include <string>
 
 // Uncomment to get definition of uint8_t (needed with gcc<3.4 for instance)
 // #include <stdint.h>
Index: carob/include/ConnectionParameters.hpp
diff -u carob/include/ConnectionParameters.hpp:1.16 
carob/include/ConnectionParameters.hpp:1.17
--- carob/include/ConnectionParameters.hpp:1.16 Wed Jan 25 23:07:40 2006
+++ carob/include/ConnectionParameters.hpp      Thu Jan 26 11:50:43 2006
@@ -22,12 +22,11 @@
 #ifndef CONNECTIONPARAMETERS_H_
 #define CONNECTIONPARAMETERS_H_
 
+#include "CarobException.hpp"
+
 #include <netinet/in.h> // in_port_t
 #include <string>
 #include <vector>
-
-#include "CarobException.hpp"
-
 namespace CarobNS {
 
 enum DebugLevel
Index: carob/include/StringCodecs.hpp
diff -u carob/include/StringCodecs.hpp:1.5 carob/include/StringCodecs.hpp:1.6
--- carob/include/StringCodecs.hpp:1.5  Thu Jan 12 19:55:10 2006
+++ carob/include/StringCodecs.hpp      Thu Jan 26 11:50:43 2006
@@ -22,10 +22,10 @@
 #ifndef CAROB_STRING_CODEC_HPP_
 #define CAROB_STRING_CODEC_HPP_
 
-#include <locale>
-
 #include "CarobException.hpp"
 
+#include <locale>
+
 namespace CarobNS {
 
 typedef std::codecvt<wchar_t, char, mbstate_t> mbs_codecvt;

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

Reply via email to