diff BitDecoder.hpp @ 40:f711ddb56ae7

Sort up includes.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Fri, 07 Sep 2012 13:32:33 +0200
parents 95a10553ff90
children 41cc0d8ac77f
line wrap: on
line diff
--- a/BitDecoder.hpp	Fri Sep 07 13:14:55 2012 +0200
+++ b/BitDecoder.hpp	Fri Sep 07 13:32:33 2012 +0200
@@ -2,8 +2,8 @@
 #define BITDECODER_HPP
 
 #include <QtCore/QBitArray>
+#include <QtCore/QMap>
 #include <QtCore/QString>
-#include <QtCore/QMap>
 
 class BitDecoder {
   BitDecoder* low;