X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cf7795d3c665a3e6a6975f613cf1113185d98a67..773dc73ff2e12aa636dcc6dd06da8d5750d577f8:/src/bindings/lua/simgrid_lua.h diff --git a/src/bindings/lua/simgrid_lua.h b/src/bindings/lua/simgrid_lua.h index 06a9aefeb5..5a426ddad4 100644 --- a/src/bindings/lua/simgrid_lua.h +++ b/src/bindings/lua/simgrid_lua.h @@ -4,21 +4,9 @@ #ifndef SIMGRID_LUA_H #define SIMGRID_LUA_H -#include -#include -#include -#include "msg/msg.h" -#include "simdag/simdag.h" -#include -#include "xbt.h" -#include "xbt/dynar.h" #include "xbt/dict.h" -#include "xbt/sysdep.h" -#include "xbt/function_types.h" -#include "xbt/log.h" -#include "surf/surfxml_parse.h" -#include "surf/surf.h" -#include +#include "xbt/dynar.h" +#include extern xbt_dict_t process_function_set; extern xbt_dynar_t process_list; @@ -39,9 +27,9 @@ void generate_makefile_am(const char *project); void generate_makefile_local(const char *project); /* ********************************************************************************* */ -/* Console functions */ +/* Plaftorm functions */ /* ********************************************************************************* */ -// Public Functions + int console_open(lua_State *L); int console_close(lua_State *L);