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 /examples/pangowin32tobmp.c | |
parent | 4e5e6cf3946846c0cbdb449314473acafce7947a (diff) | |
download | pango-6763f38c4c0de135b0839eb74d9ac7d5e7fafec6.tar.gz |
Remove gmodule dependency and deprecate some more symbols
Diffstat (limited to 'examples/pangowin32tobmp.c')
-rw-r--r-- | examples/pangowin32tobmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/pangowin32tobmp.c b/examples/pangowin32tobmp.c index 8d317c09..b657744f 100644 --- a/examples/pangowin32tobmp.c +++ b/examples/pangowin32tobmp.c @@ -24,7 +24,6 @@ #include <glib.h> #include <stdlib.h> -#include <gmodule.h> #include "pango.h" #include "pango-impl-utils.h" #include "pangowin32.h" |