Moved resource.c
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
#ifdef HAVE_LIBGPGME
|
||||
#include "pgp/gpg.h"
|
||||
#endif
|
||||
#include "resource.h"
|
||||
#include "xmpp/resource.h"
|
||||
#include "xmpp/xmpp.h"
|
||||
#include "ui/ui.h"
|
||||
#include "window_list.h"
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include <assert.h>
|
||||
|
||||
#include "roster_list.h"
|
||||
#include "resource.h"
|
||||
#include "xmpp/resource.h"
|
||||
#include "xmpp/contact.h"
|
||||
#include "xmpp/jid.h"
|
||||
#include "tools/autocomplete.h"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include "resource.h"
|
||||
#include "xmpp/resource.h"
|
||||
#include "xmpp/contact.h"
|
||||
|
||||
typedef enum {
|
||||
|
||||
@@ -36,8 +36,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <common.h>
|
||||
#include <resource.h>
|
||||
#include "common.h"
|
||||
#include "xmpp/resource.h"
|
||||
|
||||
Resource*
|
||||
resource_new(const char *const name, resource_presence_t presence, const char *const status, const int priority)
|
||||
@@ -32,8 +32,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef RESOURCE_H
|
||||
#define RESOURCE_H
|
||||
#ifndef XMPP_RESOURCE_H
|
||||
#define XMPP_RESOURCE_H
|
||||
|
||||
#include "common.h"
|
||||
|
||||
Reference in New Issue
Block a user