diff options
author | phintuka <phintuka> | 2012-03-17 19:44:48 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2012-03-17 19:44:48 +0000 |
commit | 366b984c21427a0f280fe19f39f36d0bf88e7ec6 (patch) | |
tree | 31309a7c785119833b12011fbcca1b571153cc92 | |
parent | 1a536a05f438776e10654ab05619e650d7e7163d (diff) | |
download | xineliboutput-366b984c21427a0f280fe19f39f36d0bf88e7ec6.tar.gz xineliboutput-366b984c21427a0f280fe19f39f36d0bf88e7ec6.tar.bz2 |
Include tools.h instead of config.h (only cString needed)
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.h,v 1.86 2012-03-14 10:09:31 phintuka Exp $ + * $Id: config.h,v 1.87 2012-03-17 19:44:48 phintuka Exp $ * */ @@ -16,7 +16,7 @@ #include <string.h> #include <stdint.h> -#include <vdr/config.h> +#include <vdr/tools.h> class cOsdObject; |