Move kore_pgsql.h into includes/ directly.

Much like kore_tasks.h
This commit is contained in:
Joris Vink 2014-06-30 08:42:18 +02:00
parent dbd74c4551
commit 723c99b65e
7 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@
#include "kore.h"
#include "http.h"
#include "contrib/postgres/kore_pgsql.h"
#include "kore_pgsql.h"
#include "static.h"

View File

@ -21,7 +21,7 @@
#include "kore.h"
#include "http.h"
#include "contrib/postgres/kore_pgsql.h"
#include "kore_pgsql.h"
struct pgsql_job {
u_int8_t idx;

View File

@ -18,13 +18,13 @@
#include <sys/event.h>
#ifdef __MACH__
#include <sys/sysctl.h>
#include <sys/sysctl.h>
#endif
#include "kore.h"
#if defined(KORE_USE_PGSQL)
#include "contrib/postgres/kore_pgsql.h"
#include "kore_pgsql.h"
#endif
static int kfd = -1;

View File

@ -24,7 +24,7 @@
#include "http.h"
#if defined(KORE_USE_PGSQL)
#include "contrib/postgres/kore_pgsql.h"
#include "kore_pgsql.h"
#endif
#if defined(KORE_USE_TASKS)

View File

@ -22,7 +22,7 @@
#include "kore.h"
#if defined(KORE_USE_PGSQL)
#include "contrib/postgres/kore_pgsql.h"
#include "kore_pgsql.h"
#endif
#if defined(KORE_USE_TASKS)

View File

@ -26,7 +26,7 @@
#include "http.h"
#if defined(KORE_USE_PGSQL)
#include "contrib/postgres/kore_pgsql.h"
#include "kore_pgsql.h"
#endif
#if defined(KORE_USE_TASKS)