common/debug.h -> log.h

This commit is contained in:
Nedko Arnaudov 2009-09-20 18:02:10 +03:00
parent 3159525589
commit d38f42ffef
12 changed files with 9 additions and 14 deletions

View File

@ -41,6 +41,6 @@
#include "common/klist.h"
#endif
#include "common/debug.h" /* log macros */
#include "log.h" /* log macros */
#endif /* #ifndef COMMON_H__82C9504A_ACD2_435D_9743_781943473E6A__INCLUDED */

View File

@ -33,7 +33,7 @@
#include <string.h>
#include "safety.h"
#include "debug.h"
#include "../log.h"
void
_lash_free(void **ptr)

View File

@ -32,7 +32,7 @@
#include <assert.h>
#include "appdb.h"
#include "../common/debug.h"
#include "../log.h"
#include "../catdup.h"
void

View File

@ -35,7 +35,7 @@
#include <unistd.h>
#include "procfs.h"
#include "../common/debug.h"
#include "../log.h"
#define BUFFER_SIZE 4096

View File

@ -2,7 +2,7 @@
/*
* LADI Session Handler (ladish)
*
* Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name>
* Copyright (C) 2008, 2009 Nedko Arnaudov <nedko@arnaudov.name>
*
**************************************************************************
* This file contains the code that sets process "title"
@ -29,7 +29,7 @@
#include <stdarg.h>
#include <string.h>
#include "../common/debug.h"
#include "../log.h"
static char * g_argv_begin;
static char * g_argv_end;

View File

@ -46,7 +46,7 @@
char * __cxa_demangle(const char * __mangled_name, char * __output_buffer, size_t * __length, int * __status);
#endif
#include "../common/debug.h"
#include "../log.h"
#if defined(REG_RIP)
# define SIGSEGV_STACK_IA64

View File

@ -30,7 +30,6 @@
#include "../common.h"
#include "helpers.h"
#include "error.h"
#include "../common/debug.h"
void lash_dbus_error(struct dbus_method_call * call_ptr, const char * err_name, const char * format, ...)
{

View File

@ -34,7 +34,7 @@
#include "helpers.h"
#include "method.h"
#include "../common/debug.h"
#include "../log.h"
DBusConnection * g_dbus_connection;
DBusError g_dbus_error;

View File

@ -31,7 +31,6 @@
#include "common.h"
#include "graph_proxy.h"
#include "common/klist.h"
#include "common/debug.h"
#include "dbus/helpers.h"
#include "dbus_constants.h"

View File

@ -27,8 +27,6 @@
#include <locale.h>
#include "graph_canvas.h"
#include "../common/debug.h"
#include "../common/klist.h"
#include "../dbus_constants.h"
struct graph_canvas

View File

@ -29,7 +29,6 @@
#include "common.h"
#include "jack_proxy.h"
#include "dbus/helpers.h"
#include "common/debug.h"
#include "dbus_constants.h"
jack_proxy_callback_server_started g_on_server_started;

View File

@ -2,7 +2,7 @@
/*
* LADI Session Handler (ladish)
*
* Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name>
* Copyright (C) 2008, 2009 Nedko Arnaudov <nedko@arnaudov.name>
* Copyright (C) 2008 Juuso Alasuutari <juuso.alasuutari@gmail.com>
* Copyright (C) 2002 Robert Ham <rah@bash.sh>
*