summaryrefslogtreecommitdiff
path: root/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'font.h')
-rw-r--r--font.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/font.h b/font.h
index 327c6ac..dfc007f 100644
--- a/font.h
+++ b/font.h
@@ -1,17 +1,15 @@
/*
- * $Id: font.h,v 1.3 2004/05/29 00:27:22 lordjaxom Exp $
+ * $Id: font.h,v 1.4 2004/06/02 20:43:05 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_FREETYPE_H
#define VDR_TEXT2SKIN_FREETYPE_H
+#include "common.h"
+#include "data.h"
#include <ft2build.h>
#include FT_FREETYPE_H
-#include <string>
-using std::string;
-
-#include "data.h"
// kannst noch einbauen, dass er die fonts "fontOsd" "fontSml" und "fontFix" aus VDR statt aus freetype nimmt