소스 검색

Updated filenames of locally includede header files

Jan Janak 16 년 전
부모
커밋
3298962b7d
5개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  1. 1 1
      modules/db_postgres/km_db_postgres.c
  2. 4 4
      modules/db_postgres/km_dbase.c
  3. 1 1
      modules/db_postgres/km_pg_con.c
  4. 4 4
      modules/db_postgres/km_res.c
  5. 2 2
      modules/db_postgres/km_val.c

+ 1 - 1
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

+ 4 - 4
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);
 

+ 1 - 1
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"

+ 4 - 4
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"
 
 
 /*!

+ 2 - 2
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"
 
 
 /*!