summaryrefslogtreecommitdiff
path: root/src/fl_load.c
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2013-01-24 09:45:48 +0100
committerYorhel <git@yorhel.nl>2013-01-24 09:45:48 +0100
commit04f95f32f6e2dd784c17f64ede8f1bca407c4256 (patch)
tree97f36263dcdff450718c5f16f77079dbefafe794 /src/fl_load.c
parenteffddc21d7532351bb3bdc358262e5f9cc1c417d (diff)
Move all system #includes into ncdc.h
This simplifies having to figure out which headers to include in each file, and also removes the need to make a distinction between headers that define structs/typedefs for data that may be passed between multiple c files, and all other headers that are only used locally. In the current build system, this'd probably slow down compilation time a bit. If/when precompiled headers are used, this change will probably improve the compilation time. Either way I doubt it's too noticable.
Diffstat (limited to 'src/fl_load.c')
-rw-r--r--src/fl_load.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fl_load.c b/src/fl_load.c
index 4d30555..2e50d94 100644
--- a/src/fl_load.c
+++ b/src/fl_load.c
@@ -26,11 +26,6 @@
#include "ncdc.h"
#include "fl_load.h"
-#include <errno.h>
-#include <stdio.h>
-#include <string.h>
-#include <unistd.h>
-#include <bzlib.h>
#define S_START 0 // waiting for <FileListing>