Module: sip-router Branch: janakj/postgres Commit: 3298962b7d0d0324920df8616d9941e64a817828 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3298962b...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Wed Feb 18 00:43:13 2009 +0100
Updated filenames of locally includede header files
---
modules/db_postgres/km_db_postgres.c | 2 +- modules/db_postgres/km_dbase.c | 8 ++++---- modules/db_postgres/km_pg_con.c | 2 +- modules/db_postgres/km_res.c | 8 ++++---- modules/db_postgres/km_val.c | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/modules/db_postgres/km_db_postgres.c b/modules/db_postgres/km_db_postgres.c index fad2183..5b7e6d1 100644 --- a/modules/db_postgres/km_db_postgres.c +++ b/modules/db_postgres/km_db_postgres.c @@ -37,7 +37,7 @@ #include "../../sr_module.h" #include "../../db/db_con.h" #include "../../db/db.h" -#include "dbase.h" +#include "km_dbase.h"
MODULE_VERSION diff --git a/modules/db_postgres/km_dbase.c b/modules/db_postgres/km_dbase.c index 88075e3..1e8b145 100644 --- a/modules/db_postgres/km_dbase.c +++ b/modules/db_postgres/km_dbase.c @@ -74,10 +74,10 @@ #include "../../db/db.h" #include "../../db/db_ut.h" #include "../../db/db_query.h" -#include "dbase.h" -#include "pg_con.h" -#include "val.h" -#include "res.h" +#include "km_dbase.h" +#include "km_pg_con.h" +#include "km_val.h" +#include "km_res.h"
static void db_postgres_free_query(const db_con_t* _con);
diff --git a/modules/db_postgres/km_pg_con.c b/modules/db_postgres/km_pg_con.c index 16d8c02..aa1d510 100644 --- a/modules/db_postgres/km_pg_con.c +++ b/modules/db_postgres/km_pg_con.c @@ -27,7 +27,7 @@ * Module: \ref db_postgres */
-#include "pg_con.h" +#include "km_pg_con.h" #include "../../mem/mem.h" #include "../../dprint.h" #include "../../ut.h" diff --git a/modules/db_postgres/km_res.c b/modules/db_postgres/km_res.c index 0cd80c5..8432d7f 100644 --- a/modules/db_postgres/km_res.c +++ b/modules/db_postgres/km_res.c @@ -47,10 +47,10 @@ #include "../../db/db_con.h" #include "../../dprint.h" #include "../../mem/mem.h" -#include "res.h" -#include "val.h" -#include "pg_con.h" -#include "pg_type.h" +#include "km_res.h" +#include "km_val.h" +#include "km_pg_con.h" +#include "km_pg_type.h"
/*! diff --git a/modules/db_postgres/km_val.c b/modules/db_postgres/km_val.c index e47467e..756a69e 100644 --- a/modules/db_postgres/km_val.c +++ b/modules/db_postgres/km_val.c @@ -37,10 +37,10 @@ #include "../../db/db_val.h" #include "../../db/db_ut.h" #include "../../dprint.h" -#include "pg_con.h" +#include "km_pg_con.h"
#include "../../mem/mem.h" -#include "val.h" +#include "km_val.h"
/*!