From 33859070975ebc164f4f02093a2fe3335ccdb855 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 1 Sep 2008 21:50:31 -0400 Subject: [PATCH] [configure.in] Don't include cairo-features.h in cairo-no-features.h No idea why I did before. --- configure.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.in b/configure.in index d90d246f9..d34e42f93 100644 --- a/configure.in +++ b/configure.in @@ -1067,8 +1067,6 @@ AC_CONFIG_COMMANDS([src/cairo-no-features.h], #ifndef CAIRO_NO_FEATURES_H #define CAIRO_NO_FEATURES_H -#include - /* This is a dummy header, to trick gtk-doc only */ _EOF