common: remove incorrect reference to a private header from a public header
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 18 Jun 2013 19:40:31 +0000 (22:40 +0300)
committerAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 18 Jun 2013 20:05:18 +0000 (23:05 +0300)
include/gsignond/gsignond-log.h

index ede7ac4..f1bac1f 100644 (file)
 #define __GSIGNOND_LOG_H_
 
 #include <glib.h>
-#include "config.h"
-
-
-#ifdef ENABLE_DEBUG
 
 #include <execinfo.h>
 #include <stdio.h>
@@ -49,7 +45,6 @@
         free (strings);\
     }\
 }
-#endif /* ENABLE_DEBUG */
 
 #define INFO(frmt, args...) g_message("%f %s:%d %s " frmt , \
         g_get_monotonic_time()*1.0e-6, __FILE__, __LINE__, \