compile fixes
[lttv.git] / ltt / branches / poly / lttv / module.c
index ae719504c83730f42e152e027ddc3d2e260f05eb..384ad3437079b5f7728ecc8907fa4aaed3813086 100644 (file)
@@ -7,9 +7,9 @@
  * Reworked by Mathieu Desnoyers, May 2003
  */
 
-#include <lttv/lttv.h>
-#include <lttv/module.h>
 #include <popt.h>
+#include <lttv/module.h>
+#include <lttv/lttv.h>
 
 /* Table of loaded modules and paths where to search for modules */
 
@@ -267,7 +267,7 @@ int lttv_module_unload(lttv_module_info *moduleInfo, loadtype load) {
 }
 
 #define MODULE_I ((lttv_module_info *)modulesStandalone->pdata[i])
-
+//FIXME use g_ptr_array_index instead
 /* unload all the modules in the hash table, calling module_destroy for
  * each of them.
  *
This page took 0.02256 seconds and 4 git commands to generate.