X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Ftempfile.c;h=27ade34336e0cc69af16e6aa643a7e220bc27812;hb=77c84c65dc22afe21bc52d95cd3996b8e1c7d065;hp=76d9cd388d99fe3933bf7bfff404fc3b968ca30a;hpb=ff0f91fa40ebd84d429dd3feeec1c58f5ad8efa4;p=libucw.git diff --git a/ucw/tempfile.c b/ucw/tempfile.c index 76d9cd38..27ade343 100644 --- a/ucw/tempfile.c +++ b/ucw/tempfile.c @@ -8,11 +8,11 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" -#include "ucw/conf.h" -#include "ucw/threads.h" -#include "ucw/lfs.h" -#include "ucw/fastbuf.h" +#include +#include +#include +#include +#include #include #include @@ -88,7 +88,7 @@ open_tmp(char *name_buf, int open_flags, int mode) #ifdef TEST -#include "ucw/getopt.h" +#include int main(int argc, char **argv) {