X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fio.cpp;h=fa315e7eb5075530f8e62539531afcefd5f967a8;hb=3e43e86f67532e36c8deb39e0c4aeb74b27c07e2;hp=1c5a3b856ee204622ff8501d23c4f89ee4fcb284;hpb=a7852a8af5c3dc6a58da64a908c4f00fcbe584d1;p=guile-irrlicht.git diff --git a/src/io.cpp b/src/io.cpp index 1c5a3b8..fa315e7 100644 --- a/src/io.cpp +++ b/src/io.cpp @@ -19,12 +19,6 @@ . */ -#include -#include - -#include "file-archive.h" -#include "file-list.h" -#include "file-system.h" #include "io.h" extern "C" { @@ -32,12 +26,8 @@ extern "C" { void init_io (void) { - // Init objects init_file_archive (); - init_file_list (); init_file_system (); - - // Shared procedures (used by two or more objects) } }