summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2012-03-17 19:44:48 +0000
committerphintuka <phintuka>2012-03-17 19:44:48 +0000
commit366b984c21427a0f280fe19f39f36d0bf88e7ec6 (patch)
tree31309a7c785119833b12011fbcca1b571153cc92
parent1a536a05f438776e10654ab05619e650d7e7163d (diff)
downloadxineliboutput-366b984c21427a0f280fe19f39f36d0bf88e7ec6.tar.gz
xineliboutput-366b984c21427a0f280fe19f39f36d0bf88e7ec6.tar.bz2
Include tools.h instead of config.h (only cString needed)
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 7550475f..d7c9bbfa 100644
--- a/config.h
+++ b/config.h
@@ -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;