Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
b4aba5e4
Commit
b4aba5e4
authored
Sep 12, 2011
by
Rafaël Carré
Browse files
* #6902: don't use individual gtk headers
parent
1546b6ce
Changes
4
Hide whitespace changes
Inline
Side-by-side
gnome/src/eel-gconf-extensions.c
View file @
b4aba5e4
...
...
@@ -28,9 +28,8 @@
#include
<gconf/gconf-client.h>
#include
<gconf/gconf.h>
#include
<gtk/gtk
widget
.h>
#include
<gtk/gtk.h>
#include
<libgnome/gnome-i18n.h>
#include
<gtk/gtkmessagedialog.h>
static
GConfClient
*
global_gconf_client
=
NULL
;
...
...
gnome/src/icons/icon_factory.c
View file @
b4aba5e4
...
...
@@ -32,7 +32,7 @@
#include
"icons/pixmap_data.h"
#include
<gtk/gtk
iconfactory
.h>
#include
<gtk/gtk.h>
#include
"icons/pixmap_data.h"
#include
"sflphone_const.h"
...
...
gnome/src/widget/minidialog.c
View file @
b4aba5e4
...
...
@@ -23,8 +23,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
#include
<gtk/gtkhbox.h>
#include
<gtk/gtkbutton.h>
#include
<gtk/gtk.h>
#include
"sflphone_const.h"
#include
"minidialog.h"
...
...
gnome/src/widget/minidialog.h
View file @
b4aba5e4
...
...
@@ -28,8 +28,6 @@
#define __PIDGIN_MINI_DIALOG_H__
#include
<glib-object.h>
#include
<gtk/gtkvbox.h>
#include
<gtk/gtklabel.h>
G_BEGIN_DECLS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment