diff FastBitDecoder.cpp @ 62:247adcbbaf8b

Remove unnecessary includes in .cpp files.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Fri, 14 Sep 2012 20:57:44 +0200
parents c8111de2e0bb
children
line wrap: on
line diff
--- a/FastBitDecoder.cpp	Fri Sep 14 20:41:35 2012 +0200
+++ b/FastBitDecoder.cpp	Fri Sep 14 20:57:44 2012 +0200
@@ -2,8 +2,6 @@
 
 #include "BitDecoder.hpp"
 
-#include <cassert>
-
 unsigned char FastBitDecoder::getPaddedChar(const BitArray& bits, uint offset)
 {
   unsigned char retVal = 0;