diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-07-05 11:37:36 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-07-05 11:37:36 -0300 |
commit | 7ce7a419ec83a8d6775ab40678a55d1fa2428993 (patch) | |
tree | e611cc8c977f4543f799e2493fb5e29a7b1f6016 /src/file.h | |
parent | 6cef5617423400fdfdbbeb9e2b0d2de8b6c2253d (diff) | |
download | blogc-7ce7a419ec83a8d6775ab40678a55d1fa2428993.tar.gz blogc-7ce7a419ec83a8d6775ab40678a55d1fa2428993.tar.bz2 blogc-7ce7a419ec83a8d6775ab40678a55d1fa2428993.zip |
removed some uneeded includes
Diffstat (limited to 'src/file.h')
-rw-r--r-- | src/file.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,7 +11,6 @@ #include <stdio.h> #include <stdlib.h> -#include "utils/utils.h" #include "error.h" #define BLOGC_FILE_CHUNK_SIZE 1024 |