~ubuntu-branches/ubuntu/lucid/gnome-commander/lucid

« back to all changes in this revision

Viewing changes to libgcmd/libgcmd-deps.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-02-17 19:55:31 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217195531-wnv3t4hjpv5vys39
Tags: 1.2.8.5-0ubuntu1
* New upstream release.
* Bump Standards-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
    GNOME Commander - A GNOME based file manager
3
3
    Copyright (C) 2001-2006 Marcus Bjurman
4
 
    Copyright (C) 2007-2009 Piotr Eljasiak
 
4
    Copyright (C) 2007-2010 Piotr Eljasiak
5
5
 
6
6
    This program is free software; you can redistribute it and/or modify
7
7
    it under the terms of the GNU General Public License as published by
23
23
 
24
24
#include <glib.h>
25
25
 
26
 
G_BEGIN_DECLS
27
 
 
28
26
#include <gdk/gdk.h>
29
27
#include <gdk-pixbuf/gdk-pixbuf.h>
30
28
#include <gtk/gtk.h>
36
34
 
37
35
extern GtkWidget *main_win_widget;
38
36
 
39
 
G_END_DECLS
40
 
 
41
37
#endif //__LIBGCMD_DEPS_H__