--- avidemux/ADM_mplex/ADM_mplexin.cpp.jsc      Thu Mar 10 21:12:52 2005
+++ avidemux/ADM_mplex/ADM_mplexin.cpp  Thu Mar 10 21:13:19 2005
@@ -17,6 +17,7 @@
 #include <string.h>
 #include <sys/stat.h>

+#include "interact.hpp"

 #undef malloc
 #undef realloc
@@ -36,7 +37,6 @@
 #include "mjpeg_logging.h"
 #include "mpegconsts.h"

-#include "interact.hpp"
 #include "bits.hpp"
 #include "outputstrm.hpp"
 #include "multiplexor.hpp"
--- avidemux/ADM_mplex/ADM_mplexmuxer.cpp.jsc   Thu Mar 10 07:59:46 2005
+++ avidemux/ADM_mplex/ADM_mplexmuxer.cpp       Thu Mar 10 08:00:08 2005
@@ -37,6 +37,8 @@
 #include <sys/stat.h>
 #include <pthread.h>

+#include "interact.hpp"
+
 #undef malloc
 #undef realloc
 #undef free
@@ -65,7 +67,6 @@
 #include "mjpeg_logging.h"
 #include "mpegconsts.h"

-#include "interact.hpp"
 #include "bits.hpp"
 #include "outputstrm.hpp"
 #include "multiplexor.hpp"
--- avidemux/ADM_mplex/ADM_mplexout.cpp.orig	Tue Jan 25 14:26:47 2005
+++ avidemux/ADM_mplex/ADM_mplexout.cpp	Fri Mar 11 19:32:32 2005
@@ -6,6 +6,7 @@
 #include <string.h>
 #include <sys/stat.h>
 
+#include "interact.hpp"
 
 #undef malloc
 #undef realloc
@@ -26,7 +27,6 @@
 #include "mjpeg_logging.h"
 #include "mpegconsts.h"
 
-#include "interact.hpp"
 #include "bits.hpp"
 #include "outputstrm.hpp"
 #include "multiplexor.hpp"
@@ -94,4 +94,4 @@
         return _transfert->read(buf,number);
  }
  //EOF
- 
\ No newline at end of file
+ 
