diff options
author | Reuben Thomas <rrt@sc3d.org> | 2017-04-16 14:19:30 +0100 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2017-04-16 22:24:33 +0100 |
commit | 63fd4c9491f9273c9e81102f9da4e0d466990c85 (patch) | |
tree | 796f788c5f0326176489fd07c6729b60c170c470 /src | |
parent | ab6031f109d81c50001145a227225bcf144718b0 (diff) | |
download | enchant-63fd4c9491f9273c9e81102f9da4e0d466990c85.tar.gz |
enchant-provider.h: remove unneeded glib.h include
Replace stdio.h with more accurate stddef.h for size_t
Diffstat (limited to 'src')
-rw-r--r-- | src/enchant-provider.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/enchant-provider.h b/src/enchant-provider.h index 5fa5b27..ecc8d40 100644 --- a/src/enchant-provider.h +++ b/src/enchant-provider.h @@ -31,8 +31,7 @@ #define ENCHANT_PROVIDER_H #include <enchant.h> -#include <glib.h> -#include <stdio.h> +#include <stddef.h> #ifdef __cplusplus extern "C" { |