Use g_info and g_debug properly.
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / module.c
index 67bf7ccad8c7d7e885d0f0d69320dd2252ee65a3..16068794d3c3f797c2a9fe69550caf28c75a7251 100644 (file)
  * Author : Mathieu Desnoyers, June 2003
  */
 
-#define g_info(format...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, format)
-#define g_debug(format...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, format)
-
 #include <glib.h>
 #include <gmodule.h>
+#include <lttv/lttv.h>
 #include <lttv/module.h>
 #include <lttv/gtktraceset.h>
 
This page took 0.023054 seconds and 4 git commands to generate.