mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
Use full paths to includes
This commit is contained in:
parent
d5fd789674
commit
7e6e1f2e10
303 changed files with 1834 additions and 1901 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef __FE_EXEC_H
|
||||
#define __FE_EXEC_H
|
||||
|
||||
#include "fe-windows.h"
|
||||
#include <irssi/src/fe-common/core/fe-windows.h>
|
||||
|
||||
#define EXEC_WI(query) \
|
||||
MODULE_CHECK_CAST_MODULE(query, EXEC_WI_REC, type, \
|
||||
|
|
@ -14,7 +14,7 @@ typedef struct PROCESS_REC PROCESS_REC;
|
|||
|
||||
#define STRUCT_SERVER_REC void
|
||||
typedef struct {
|
||||
#include "window-item-rec.h"
|
||||
#include <irssi/src/core/window-item-rec.h>
|
||||
PROCESS_REC *process;
|
||||
unsigned int destroying:1;
|
||||
} EXEC_WI_REC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue