# HG changeset patch # User Matti Hamalainen # Date 1350031120 -10800 # Node ID 713c8018c3ce99a9778fd9c4938d96c49706b798 # Parent ba6a313f3e0c8ccf8ecb8e0ac6fa3353c4eb95f7 Fix includes in the dmsimple engine. diff -r ba6a313f3e0c -r 713c8018c3ce dmsimple.c --- a/dmsimple.c Fri Oct 12 11:37:50 2012 +0300 +++ b/dmsimple.c Fri Oct 12 11:38:40 2012 +0300 @@ -1,4 +1,8 @@ +#include #include "dmsimple.h" +#include "dmargs.h" +#include "dmimage.h" + #ifdef DM_USE_TREMOR #include #include diff -r ba6a313f3e0c -r 713c8018c3ce dmsimple.h --- a/dmsimple.h Fri Oct 12 11:37:50 2012 +0300 +++ b/dmsimple.h Fri Oct 12 11:38:40 2012 +0300 @@ -1,11 +1,10 @@ #ifndef DMSIMPLE_H #define DMSIMPLE_H -#include #include "dmlib.h" -#include "dmargs.h" +#include +#include #include "dmres.h" -#include "dmimage.h" #ifdef DM_USE_JSS #include "jss.h"