Use full paths to includes

This commit is contained in:
ailin-nemui 2019-05-01 16:33:47 +02:00
commit 7e6e1f2e10
303 changed files with 1834 additions and 1901 deletions

View file

@ -1,7 +1,7 @@
#ifndef __SERVERS_H
#define __SERVERS_H
#include "modules.h"
#include <irssi/src/core/modules.h>
/* Returns SERVER_REC if it's server, NULL if it isn't. */
#define SERVER(server) \
@ -23,12 +23,12 @@
/* all strings should be either NULL or dynamically allocated */
/* address and nick are mandatory, rest are optional */
struct _SERVER_CONNECT_REC {
#include "server-connect-rec.h"
#include <irssi/src/core/server-connect-rec.h>
};
#define STRUCT_SERVER_CONNECT_REC SERVER_CONNECT_REC
struct _SERVER_REC {
#include "server-rec.h"
#include <irssi/src/core/server-rec.h>
};
#define SEND_TARGET_CHANNEL 0