Reorganized header files.

This commit is contained in:
Rolf Ahrenberg 2007-10-26 23:18:49 +00:00
parent 2bd95ab23e
commit fab6904a57
2 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,9 @@
*
* See the README file for copyright information and how to reach the author.
*
* $Id: common.c,v 1.7 2007/10/20 23:25:14 ajhseppa Exp $
* $Id: common.c,v 1.8 2007/10/26 23:18:50 rahrenbe Exp $
*/
#include <vdr/i18n.h>
#include <vdr/tools.h>
#include "common.h"

View File

@ -3,13 +3,14 @@
*
* See the README file for copyright information and how to reach the author.
*
* $Id: common.h,v 1.16 2007/10/26 23:13:24 rahrenbe Exp $
* $Id: common.h,v 1.17 2007/10/26 23:18:49 rahrenbe Exp $
*/
#ifndef __IPTV_COMMON_H
#define __IPTV_COMMON_H
#include <vdr/tools.h>
#include <vdr/i18n.h>
#ifdef DEBUG
#define debug(x...) dsyslog("IPTV: " x);