changeset 62:daeb5d4f6bad

Do include "dmtext.h" where necessary.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Oct 2012 09:50:43 +0300
parents a33e47232161
children 3d9da937db69
files blittest.c efu.c vptest.c vview.c
diffstat 4 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/blittest.c	Mon Oct 01 09:49:10 2012 +0300
+++ b/blittest.c	Mon Oct 01 09:50:43 2012 +0300
@@ -1,6 +1,7 @@
 #include "dmlib.h"
 #include "dmargs.h"
 #include "dmvecmat.h"
+#include "dmtext.h"
 #include <math.h>
 
 #define DM_COLORS (256)
--- a/efu.c	Mon Oct 01 09:49:10 2012 +0300
+++ b/efu.c	Mon Oct 01 09:50:43 2012 +0300
@@ -2,6 +2,7 @@
 #include "dmargs.h"
 #include "dmvecmat.h"
 #include "dmimage.h"
+#include "dmtext.h"
 #include <math.h>
 
 #define DM_COLORS (256)
--- a/vptest.c	Mon Oct 01 09:49:10 2012 +0300
+++ b/vptest.c	Mon Oct 01 09:50:43 2012 +0300
@@ -3,6 +3,7 @@
 #include "dmvecmat.h"
 #include "dmres.h"
 #include "dmimage.h"
+#include "dmtext.h"
 #include <math.h>
 
 #define DM_COLORS (256)
--- a/vview.c	Mon Oct 01 09:49:10 2012 +0300
+++ b/vview.c	Mon Oct 01 09:50:43 2012 +0300
@@ -1,5 +1,6 @@
 #include "dmlib.h"
 #include "dmargs.h"
+#include "dmtext.h"
 
 #define DM_COLORS (256)