Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 413413
Collapse All | Expand All

(-)ario-1.5.1.orig/src/ario-profiles.h (-1 / +1 lines)
Lines 20-26 Link Here
20
#ifndef __ARIO_PROFILES_H
20
#ifndef __ARIO_PROFILES_H
21
#define __ARIO_PROFILES_H
21
#define __ARIO_PROFILES_H
22
22
23
#include <glib/gslist.h>
23
#include <glib.h>
24
#include "servers/ario-server.h"
24
#include "servers/ario-server.h"
25
25
26
G_BEGIN_DECLS
26
G_BEGIN_DECLS
(-)ario-1.5.1.orig/src/plugins/ario-plugin-info.c (-1 / +1 lines)
Lines 27-33 Link Here
27
27
28
#include <string.h>
28
#include <string.h>
29
#include <glib/gi18n.h>
29
#include <glib/gi18n.h>
30
#include <glib/gkeyfile.h>
30
#include <glib.h>
31
31
32
#include "plugins/ario-plugin-info-priv.h"
32
#include "plugins/ario-plugin-info-priv.h"
33
#include "ario-debug.h"
33
#include "ario-debug.h"
(-)ario-1.5.1.orig/src/ario-util.h (-2 / +2 lines)
Lines 18-25 Link Here
18
 */
18
 */
19
19
20
#include "servers/ario-server.h"
20
#include "servers/ario-server.h"
21
#include "glib/gslist.h"
21
#include <glib.h>
22
#include "gdk/gdkpixbuf.h"
22
#include <gdk/gdkpixbuf.h>
23
23
24
/* Number of covers used to generate the drag & drop image */
24
/* Number of covers used to generate the drag & drop image */
25
#define MAX_COVERS_IN_DRAG 3
25
#define MAX_COVERS_IN_DRAG 3

Return to bug 413413