~ubuntu-branches/ubuntu/precise/glom/precise

« back to all changes in this revision

Viewing changes to glom/utility_widgets/gimpruler/libgimpbase/gimpbase.h

  • Committer: Package Import Robot
  • Author(s): Daniel Holbach
  • Date: 2011-09-13 11:04:29 UTC
  • mfrom: (1.1.46 upstream)
  • Revision ID: package-import@ubuntu.com-20110913110429-39c9eh8ez2qg0aq4
Tags: 1.18.3-0ubuntu1
* New upstream release, fixes FTBFS (LP: #749267).
* debian/watch: updated.
* Updated to 1.18 ABI.
* debian/control: 
  - update build depends,
  - added libxml++2.6-dev depends to libglom-1.18-dev (LP: #736913).
* Use dh_python2.
* Don't ship internal libjs-underscore, use system version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* LIBGIMP - The GIMP Library
 
2
 * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
 
3
 *
 
4
 * This library is free software: you can redistribute it and/or
 
5
 * modify it under the terms of the GNU Lesser General Public
 
6
 * License as published by the Free Software Foundation; either
 
7
 * version 3 of the License, or (at your option) any later version.
 
8
 *
 
9
 * This library is distributed in the hope that it will be useful,
 
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
12
 * Library General Public License for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU Lesser General Public
 
15
 * License along with this library.  If not, see
 
16
 * <http://www.gnu.org/licenses/>.
 
17
 */
 
18
 
 
19
#ifndef __GIMP_BASE_H__
 
20
#define __GIMP_BASE_H__
 
21
 
 
22
 
 
23
#include <libgimpbase/gimpbasetypes.h>
 
24
 
 
25
/* #include <libgimpbase/gimpchecks.h> */
 
26
/* #include <libgimpbase/gimpcpuaccel.h> */
 
27
/* #include <libgimpbase/gimpdatafiles.h> */
 
28
/* #include <libgimpbase/gimpenv.h> */
 
29
/* #include <libgimpbase/gimplimits.h> */
 
30
/* #include <libgimpbase/gimpmemsize.h> */
 
31
/* #include <libgimpbase/gimpparasite.h> */
 
32
/* #include <libgimpbase/gimprectangle.h> */
 
33
#include <libgimpbase/gimpunit.h>
 
34
/* #include <libgimpbase/gimputils.h> */
 
35
/* #include <libgimpbase/gimpversion.h> */
 
36
 
 
37
/*
 
38
#ifndef G_OS_WIN32
 
39
#include <libgimpbase/gimpsignal.h>
 
40
#endif
 
41
*/
 
42
 
 
43
#endif  /* __GIMP_BASE_H__ */