summaryrefslogtreecommitdiff
path: root/server/mov_encoder_writer.h
diff options
context:
space:
mode:
authordeva <deva>2006-08-16 23:49:23 +0000
committerdeva <deva>2006-08-16 23:49:23 +0000
commit347b1d8ed3a4f780f3a5c0d57a04eab05ca517a2 (patch)
treedc21975923fb440c78ee4bbffc645a138071978f /server/mov_encoder_writer.h
parent6c07f9219bed6ccddc9b65ad40414cf0a9f7d633 (diff)
Replaced the old MiavConfig class with the new Configuration class in all the the appropriate places.
Crippled the MulticastConfiguration class. This must be rewritten to use the new configuration interface.
Diffstat (limited to 'server/mov_encoder_writer.h')
-rw-r--r--server/mov_encoder_writer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/mov_encoder_writer.h b/server/mov_encoder_writer.h
index 88e8bdf..e519ee8 100644
--- a/server/mov_encoder_writer.h
+++ b/server/mov_encoder_writer.h
@@ -24,7 +24,6 @@
* along with MIaV; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#include "config.h"
#ifndef __MIAV_MOV_ENCODER_WRITER_H__
#define __MIAV_MOV_ENCODER_WRITER_H__
@@ -36,9 +35,6 @@
#include "threadsafe_queue_priority.h"
-#include <string>
-using namespace std;
-
// For n_savestate
#include "package.h"