From faf35acd52de1b4d918f07ba73b39d44f22f0a7e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 17 Dec 2020 12:56:05 +0300 Subject: Adapt to cutl/ to libcutl/ rename --- odb/semantics/relational/changelog.cxx | 2 +- odb/semantics/relational/changeset.cxx | 2 +- odb/semantics/relational/column.cxx | 2 +- odb/semantics/relational/elements.cxx | 2 +- odb/semantics/relational/elements.hxx | 10 +++++----- odb/semantics/relational/foreign-key.cxx | 2 +- odb/semantics/relational/index.cxx | 2 +- odb/semantics/relational/key.cxx | 2 +- odb/semantics/relational/model.cxx | 2 +- odb/semantics/relational/primary-key.cxx | 2 +- odb/semantics/relational/table.cxx | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) (limited to 'odb/semantics/relational') diff --git a/odb/semantics/relational/changelog.cxx b/odb/semantics/relational/changelog.cxx index 8cee9dd..353497f 100644 --- a/odb/semantics/relational/changelog.cxx +++ b/odb/semantics/relational/changelog.cxx @@ -4,7 +4,7 @@ #include #include -#include +#include #include #include diff --git a/odb/semantics/relational/changeset.cxx b/odb/semantics/relational/changeset.cxx index e643285..b044a0c 100644 --- a/odb/semantics/relational/changeset.cxx +++ b/odb/semantics/relational/changeset.cxx @@ -1,7 +1,7 @@ // file : odb/semantics/relational/changeset.cxx // license : GNU GPL v3; see accompanying LICENSE file -#include +#include #include diff --git a/odb/semantics/relational/column.cxx b/odb/semantics/relational/column.cxx index e62a460..9d4d6e5 100644 --- a/odb/semantics/relational/column.cxx +++ b/odb/semantics/relational/column.cxx @@ -1,7 +1,7 @@ // file : odb/semantics/relational/column.cxx // license : GNU GPL v3; see accompanying LICENSE file -#include +#include #include diff --git a/odb/semantics/relational/elements.cxx b/odb/semantics/relational/elements.cxx index 192c882..de1878a 100644 --- a/odb/semantics/relational/elements.cxx +++ b/odb/semantics/relational/elements.cxx @@ -1,7 +1,7 @@ // file : odb/semantics/relational/elements.cxx // license : GNU GPL v3; see accompanying LICENSE file -#include +#include #include #include diff --git a/odb/semantics/relational/elements.hxx b/odb/semantics/relational/elements.hxx index 61cd4f3..06ec552 100644 --- a/odb/semantics/relational/elements.hxx +++ b/odb/semantics/relational/elements.hxx @@ -10,16 +10,16 @@ #include #include -#include -#include -#include +#include +#include +#include #ifdef ODB_BUILD2 #include #include #else -#include -#include +#include +#include namespace cutl {namespace xml {typedef parser content;}} #endif diff --git a/odb/semantics/relational/foreign-key.cxx b/odb/semantics/relational/foreign-key.cxx index b4c85f9..0357d95 100644 --- a/odb/semantics/relational/foreign-key.cxx +++ b/odb/semantics/relational/foreign-key.cxx @@ -4,7 +4,7 @@ #include #include -#include +#include #include diff --git a/odb/semantics/relational/index.cxx b/odb/semantics/relational/index.cxx index 7e6bb94..2329f3a 100644 --- a/odb/semantics/relational/index.cxx +++ b/odb/semantics/relational/index.cxx @@ -1,7 +1,7 @@ // file : odb/semantics/relational/index.cxx // license : GNU GPL v3; see accompanying LICENSE file -#include +#include #include diff --git a/odb/semantics/relational/key.cxx b/odb/semantics/relational/key.cxx index 318fe96..3511618 100644 --- a/odb/semantics/relational/key.cxx +++ b/odb/semantics/relational/key.cxx @@ -1,7 +1,7 @@ // file : odb/semantics/relational/key.cxx // license : GNU GPL v3; see accompanying LICENSE file -#include +#include #include #include diff --git a/odb/semantics/relational/model.cxx b/odb/semantics/relational/model.cxx index b300274..8763045 100644 --- a/odb/semantics/relational/model.cxx +++ b/odb/semantics/relational/model.cxx @@ -1,7 +1,7 @@ // file : odb/semantics/relational/model.cxx // license : GNU GPL v3; see accompanying LICENSE file -#include +#include #include diff --git a/odb/semantics/relational/primary-key.cxx b/odb/semantics/relational/primary-key.cxx index 043374f..235340f 100644 --- a/odb/semantics/relational/primary-key.cxx +++ b/odb/semantics/relational/primary-key.cxx @@ -1,7 +1,7 @@ // file : odb/semantics/relational/primary-key.cxx // license : GNU GPL v3; see accompanying LICENSE file -#include +#include #include diff --git a/odb/semantics/relational/table.cxx b/odb/semantics/relational/table.cxx index b9700b1..3bf763d 100644 --- a/odb/semantics/relational/table.cxx +++ b/odb/semantics/relational/table.cxx @@ -1,7 +1,7 @@ // file : odb/semantics/relational/table.cxx // license : GNU GPL v3; see accompanying LICENSE file -#include +#include #include -- cgit v1.1