X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=fc-match%2Ffc-match.c;h=5f36f004fd0abeca1e97982e0a9d4ac038b60ecf;hb=2d3387fd720f33f80847ae6cbb83d94c9a52fde3;hp=fa45018d55589f04f7fe7249470a9ff1b0d22550;hpb=ae2aafe6028be658bd1de0fe2dd309799bf575f7;p=fontconfig.git diff --git a/fc-match/fc-match.c b/fc-match/fc-match.c index fa45018..5f36f00 100644 --- a/fc-match/fc-match.c +++ b/fc-match/fc-match.c @@ -22,11 +22,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -#include -#include -#include -#include -#include #ifdef HAVE_CONFIG_H #include #else @@ -36,6 +31,12 @@ #define HAVE_GETOPT 1 #endif +#include +#include +#include +#include +#include + #ifndef HAVE_GETOPT #define HAVE_GETOPT 0 #endif @@ -186,5 +187,6 @@ main (int argc, char **argv) } FcFontSetDestroy (fs); } + FcFini (); return 0; }