diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-04-05 12:42:54 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-04-05 12:42:54 -0700 |
commit | 6763f38c4c0de135b0839eb74d9ac7d5e7fafec6 (patch) | |
tree | 6bbbc99a7a03a90f43e84f318e447ad58900cc5e /pango/modules.c | |
parent | 4e5e6cf3946846c0cbdb449314473acafce7947a (diff) | |
download | pango-6763f38c4c0de135b0839eb74d9ac7d5e7fafec6.tar.gz |
Remove gmodule dependency and deprecate some more symbols
Diffstat (limited to 'pango/modules.c')
-rw-r--r-- | pango/modules.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pango/modules.c b/pango/modules.c index 93a48973..4705979b 100644 --- a/pango/modules.c +++ b/pango/modules.c @@ -29,17 +29,7 @@ */ #include "config.h" -#include <string.h> -#include <limits.h> -#include <errno.h> - -#include <gmodule.h> -#include <glib/gstdio.h> - -#include "pango-enum-types.h" #include "pango-modules.h" -#include "pango-impl-utils.h" -#include "modules.h" /** * pango_find_map: |