~ubuntu-branches/ubuntu/maverick/gimp/maverick-updates

« back to all changes in this revision

Viewing changes to libgimpbase/gimpbase.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-12-09 19:44:52 UTC
  • Revision ID: james.westby@ubuntu.com-20051209194452-yggpemjlofpjqyf4
Tags: upstream-2.2.9
ImportĀ upstreamĀ versionĀ 2.2.9

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 2 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, write to the
 
16
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 
17
 * Boston, MA 02111-1307, USA.
 
18
 */
 
19
 
 
20
#ifndef __GIMP_BASE_H__
 
21
#define __GIMP_BASE_H__
 
22
 
 
23
 
 
24
#include <libgimpbase/gimpbasetypes.h>
 
25
 
 
26
#include <libgimpbase/gimpchecks.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/gimpunit.h>
 
33
#include <libgimpbase/gimputils.h>
 
34
#include <libgimpbase/gimpversion.h>
 
35
 
 
36
#ifndef G_OS_WIN32
 
37
#include <libgimpbase/gimpsignal.h>
 
38
#endif
 
39
 
 
40
 
 
41
#endif  /* __GIMP_BASE_H__ */