C++ port made more compatible with uSTL (no functional changes).
[zxing.git] / cpp / core / src / zxing / datamatrix / decoder / Decoder.h
index b305dac..65fdf74 100644 (file)
@@ -27,7 +27,6 @@
 #include <zxing/common/Array.h>
 #include <zxing/common/DecoderResult.h>
 #include <zxing/common/BitMatrix.h>
-#include <valarray>
 
 
 namespace zxing {
@@ -47,5 +46,5 @@ public:
 
 }
 }
-\r
+
 #endif // __DECODER_DM_H__