summaryrefslogtreecommitdiff
path: root/decoder.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 /decoder.h
parent3a3bab26aea5c064c07c307d1e8ccf463edae568 (diff)
Moved and removed some #include's.
Diffstat (limited to 'decoder.h')
-rw-r--r--decoder.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/decoder.h b/decoder.h
index 3694053..c894065 100644
--- a/decoder.h
+++ b/decoder.h
@@ -1,10 +1,6 @@
#ifndef DECODER_H
#define DECODER_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>