mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk gtk) remove some unnecessary #includes
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
#include "conf.h"
|
||||
#include "notify.h"
|
||||
#include "tr-prefs.h"
|
||||
#include "util.h"
|
||||
|
||||
void
|
||||
gtr_notify_torrent_completed( TrCore * core, int torrent_id )
|
||||
|
||||
@@ -36,14 +36,13 @@
|
||||
#include <libtransmission/rpcimpl.h>
|
||||
#include <libtransmission/json.h>
|
||||
#include <libtransmission/utils.h> /* tr_free */
|
||||
#include <libtransmission/web.h>
|
||||
|
||||
#include "actions.h"
|
||||
#include "conf.h"
|
||||
#include "notify.h"
|
||||
#include "tr-core.h"
|
||||
#include "tr-prefs.h"
|
||||
#include "util.h"
|
||||
#include "actions.h"
|
||||
|
||||
/***
|
||||
****
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#ifndef GTR_CORE_H
|
||||
#define GTR_CORE_H
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libtransmission/transmission.h>
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
#include <libtransmission/transmission.h>
|
||||
#include <libtransmission/utils.h>
|
||||
#include <libtransmission/version.h>
|
||||
#include <libtransmission/web.h>
|
||||
#include "conf.h"
|
||||
#include "hig.h"
|
||||
#include "tr-core.h"
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
#include <libtransmission/version.h> /* SHORT_VERSION_STRING */
|
||||
|
||||
#include "hig.h"
|
||||
#include "tr-core.h" /* dbus names */
|
||||
#include "util.h"
|
||||
|
||||
/***
|
||||
|
||||
Reference in New Issue
Block a user