diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-10-07 02:06:15 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-10-07 02:06:15 +0200 |
commit | e52eb9e91481f7dd81abdfc9b7a88c68fe3f2d41 (patch) | |
tree | cd7a7559ba7661354bf52a14d3438aa7fe30f29f /src/common/file.c | |
parent | 2c1b2eaaef8726c71648b4a115fbe628f28d6b4b (diff) | |
download | blogc-e52eb9e91481f7dd81abdfc9b7a88c68fe3f2d41.tar.gz blogc-e52eb9e91481f7dd81abdfc9b7a88c68fe3f2d41.tar.bz2 blogc-e52eb9e91481f7dd81abdfc9b7a88c68fe3f2d41.zip |
*: fixed includes
Diffstat (limited to 'src/common/file.c')
-rw-r--r-- | src/common/file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/file.c b/src/common/file.c index 47c97af..36f6ee4 100644 --- a/src/common/file.c +++ b/src/common/file.c @@ -7,7 +7,6 @@ */ #include <errno.h> -#include <stdarg.h> #include <stdbool.h> #include <stdint.h> #include <stdio.h> |