]> granicus.if.org Git - graphviz/commitdiff
remove a debugging fprintf and some redundant #includes
authorellson <devnull@localhost>
Sun, 11 Jun 2006 14:17:45 +0000 (14:17 +0000)
committerellson <devnull@localhost>
Sun, 11 Jun 2006 14:17:45 +0000 (14:17 +0000)
plugin/pango/gvplugin_pango.c
plugin/pango/gvrender_pango.c

index 10feaff1f5700ff14222d3f8cb2ac8ea1611198b..4498261ba1c81ae50c71d5dae22b6b8f60545f5d 100644 (file)
@@ -22,7 +22,7 @@ extern gvplugin_installed_t gvtextlayout_pango_types;
 static gvplugin_api_t apis[] = {
     {API_render, &gvrender_pango_types},
     {API_textlayout, &gvtextlayout_pango_types},
-    {(api_t)0, NULL},
+    {(api_t)0, 0},
 };
 
 gvplugin_library_t gvplugin_pango_LTX_library = { "pango", apis };
index e63faf05e27ab3aebe0b9bbd3cca7798f7edcd71..106e8959b256f2ce5bbf339e4601859ef76562b9 100644 (file)
 #include "config.h"
 #endif
 
-#include <stdio.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif
-#include <math.h>
 #include <assert.h>
 
 #if defined(HAVE_FENV_H) && defined(HAVE_FESETENV) && defined(HAVE_FEGETENV) && defined(HAVE_FEENABLEEXCEPT)