Don't #include <glib.h> before <lcms.h>

The include claimed to be because of "inline" in the lcms header, but
that was probably lcms1, since there is no trace of inline in the
lcms2 header.
This commit is contained in:
Michael Natterer 2014-04-10 20:48:22 +02:00
parent f1223a741a
commit 614c61a3dd
10 changed files with 0 additions and 20 deletions

View File

@ -19,8 +19,6 @@
#include <string.h>
#include <glib.h> /* lcms.h uses the "inline" keyword */
#include <lcms2.h>
#include <cairo.h>

View File

@ -22,8 +22,6 @@
#include <string.h>
#include <glib.h> /* lcms.h uses the "inline" keyword */
#include <lcms2.h>
#include <gegl.h>

View File

@ -24,8 +24,6 @@
#include <string.h>
#include <glib.h> /* lcms.h uses the "inline" keyword */
#include <lcms2.h>
#include <gio/gio.h>

View File

@ -23,8 +23,6 @@
#include <string.h>
#include <glib.h> /* lcms.h uses the "inline" keyword */
#include <lcms2.h>
#include <gegl.h>

View File

@ -21,8 +21,6 @@
#include "config.h"
#include <glib.h> /* lcms.h uses the "inline" keyword */
#include <lcms2.h>
#include <gegl.h>

View File

@ -22,8 +22,6 @@
#include <string.h>
#include <glib.h> /* lcms.h uses the "inline" keyword */
#include <lcms2.h>
#include <gegl.h>

View File

@ -17,8 +17,6 @@
#include "config.h"
#include <glib.h> /* lcms.h uses the "inline" keyword */
#include <lcms2.h>
#include <gegl.h>

View File

@ -17,8 +17,6 @@
#include "config.h"
#include <glib.h> /* lcms.h uses the "inline" keyword */
#include <string.h>
#ifdef G_OS_WIN32

View File

@ -17,8 +17,6 @@
#include "config.h"
#include <glib.h> /* lcms.h uses the "inline" keyword */
#include <lcms2.h>
#include <gegl.h>

View File

@ -22,8 +22,6 @@
#include <string.h>
#include <glib.h> /* lcms.h uses the "inline" keyword */
#include <lcms2.h>
#include <libgimp/gimp.h>