Mercurial > dedupe
diff RBTree.hpp @ 40:f711ddb56ae7
Sort up includes.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Fri, 07 Sep 2012 13:32:33 +0200 |
| parents | fda70a362ed5 |
| children | e5fa379d4030 |
line wrap: on
line diff
--- a/RBTree.hpp Fri Sep 07 13:14:55 2012 +0200 +++ b/RBTree.hpp Fri Sep 07 13:32:33 2012 +0200 @@ -1,11 +1,11 @@ #ifndef RBTREE_HPP #define RBTREE_HPP -#include <boost/optional.hpp> -#include <cmath> #include "Exception/ValueExistsException.hpp" +#include <boost/optional.hpp> +#include <cmath> #define CONSISTENCY_CHECKING 1
