From 1c8e0272b19c8ae5b1266a25c6daa4b3274ad546 Mon Sep 17 00:00:00 2001 From: Ivan Gonzalez Date: Wed, 23 Jul 2014 22:49:19 +0200 Subject: [PATCH] Move all include's at the beginning of the file. --- lib/khmer.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/khmer.hh b/lib/khmer.hh index 9834eedefb..cdb11900f8 100644 --- a/lib/khmer.hh +++ b/lib/khmer.hh @@ -38,6 +38,8 @@ __attribute__((cpychecker_type_object_for_typedef(typename))) #include #include +#include "khmer_exception.hh" + # define MAX_COUNT 255 # define MAX_BIGCOUNT 65535 # define DEFAULT_TAG_DENSITY 40 // must be even @@ -58,7 +60,6 @@ __attribute__((cpychecker_type_object_for_typedef(typename))) # define MIN( a, b ) (((a) > (b)) ? (b) : (a)) # define MAX( a, b ) (((a) < (b)) ? (b) : (a)) -#include "khmer_exception.hh" namespace khmer { // largest number we can count up to, exactly. (8 bytes)