From e0cb8284fbb74baefacaedfda9ef420eaf0b3a61 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 28 Nov 2015 08:49:02 -0500 Subject: Rearrange logging headers Ref #270 --- include/log.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/log.h') diff --git a/include/log.h b/include/log.h index eada025e..268783f4 100644 --- a/include/log.h +++ b/include/log.h @@ -1,7 +1,6 @@ #ifndef _SWAY_LOG_H #define _SWAY_LOG_H #include -#include "container.h" typedef enum { L_SILENT = 0, @@ -35,7 +34,4 @@ void _sway_log(log_importance_t verbosity, const char* format, ...) __attribute_ void error_handler(int sig); -void layout_log(const swayc_t *c, int depth); -const char *swayc_type_string(enum swayc_types type); -void swayc_log(log_importance_t verbosity, swayc_t *cont, const char* format, ...) __attribute__((format(printf,3,4))); #endif -- cgit v1.2.3-54-g00ecf