mirror of
https://github.com/jorisvink/kore
synced 2025-03-10 04:59:02 -04:00
Move kore_pgsql.h into includes/ directly.
Much like kore_tasks.h
This commit is contained in:
parent
dbd74c4551
commit
723c99b65e
@ -16,7 +16,7 @@
|
||||
|
||||
#include "kore.h"
|
||||
#include "http.h"
|
||||
#include "contrib/postgres/kore_pgsql.h"
|
||||
#include "kore_pgsql.h"
|
||||
|
||||
#include "static.h"
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user