summaryrefslogtreecommitdiff
path: root/encoder.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-01-03 21:01:56 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2011-01-03 21:01:56 +0100
commitdaddac4d7ddb379b777cbe54c463777ae2402b29 (patch)
tree4b098657645c571d33b696d5db62033ea22ad956 /encoder.h
parent3a3bab26aea5c064c07c307d1e8ccf463edae568 (diff)
Moved and removed some #include's.
Diffstat (limited to 'encoder.h')
-rw-r--r--encoder.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/encoder.h b/encoder.h
index 1ff0879..c0e3d6a 100644
--- a/encoder.h
+++ b/encoder.h
@@ -1,10 +1,6 @@
#ifndef ENCODER_H
#define ENCODER_H
-#include <boost/cstdint.hpp>
-#include <boost/function.hpp>
-#include <boost/functional/factory.hpp>
-#include <boost/functional/value_factory.hpp>
#include <boost/iostreams/concepts.hpp>
#include <boost/iostreams/operations.hpp>
#include <boost/shared_ptr.hpp>