Tidy headers
This commit is contained in:
@@ -38,10 +38,10 @@
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include "xmpp/jid.h"
|
||||
#include "config/account.h"
|
||||
#include "common.h"
|
||||
#include "log.h"
|
||||
#include "config/account.h"
|
||||
#include "xmpp/jid.h"
|
||||
|
||||
ProfAccount*
|
||||
account_new(const gchar *const name, const gchar *const jid,
|
||||
|
||||
@@ -41,12 +41,12 @@
|
||||
#include "accounts.h"
|
||||
|
||||
#include "common.h"
|
||||
#include "log.h"
|
||||
#include "config/account.h"
|
||||
#include "config/conflists.h"
|
||||
#include "xmpp/jid.h"
|
||||
#include "log.h"
|
||||
#include "tools/autocomplete.h"
|
||||
#include "xmpp/xmpp.h"
|
||||
#include "xmpp/jid.h"
|
||||
|
||||
static gchar *accounts_loc;
|
||||
static GKeyFile *accounts;
|
||||
|
||||
@@ -42,9 +42,9 @@
|
||||
|
||||
#include "common.h"
|
||||
#include "log.h"
|
||||
#include "ui/window_list.h"
|
||||
#include "command/cmd_defs.h"
|
||||
#include "ui/ui.h"
|
||||
#include "ui/window_list.h"
|
||||
#include "xmpp/xmpp.h"
|
||||
|
||||
void
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#ifdef HAVE_NCURSESW_NCURSES_H
|
||||
#include <ncursesw/ncurses.h>
|
||||
#elif HAVE_NCURSES_H
|
||||
|
||||
@@ -38,9 +38,9 @@
|
||||
#include <glib.h>
|
||||
#include <glib/gstdio.h>
|
||||
|
||||
#include "config/tlscerts.h"
|
||||
#include "log.h"
|
||||
#include "common.h"
|
||||
#include "config/tlscerts.h"
|
||||
#include "tools/autocomplete.h"
|
||||
|
||||
static gchar *tlscerts_loc;
|
||||
|
||||
@@ -35,6 +35,8 @@
|
||||
#ifndef CONFIG_TLSCERTS_H
|
||||
#define CONFIG_TLSCERTS_H
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
typedef struct tls_cert_t {
|
||||
int version;
|
||||
char *serialnumber;
|
||||
|
||||
Reference in New Issue
Block a user