Description: Removes all - include "libs/asmlib.h".
This is a customised subroutine optimisaiton library
that gives KMC a speed performance increase of ~0.66%
when compared ot the native library.
A decision was made togehter with upstream to remove
this dependency for the Debian package.


Index: b/kmer_counter/kmc.h
===================================================================
--- a/kmer_counter/kmc.h
+++ b/kmer_counter/kmc.h
@@ -29,7 +29,6 @@
 #include "kb_storer.h"
 #include "s_mapper.h"
 #include "splitter.h"
-#include "libs/asmlib.h"
 #include <boost/filesystem.hpp>
 
 #ifdef DEVELOP_MODE
Index: b/kmer_counter/mem_disk_file.cpp
===================================================================
--- a/kmer_counter/mem_disk_file.cpp
+++ b/kmer_counter/mem_disk_file.cpp
@@ -10,7 +10,6 @@
 */
 
 #include "mem_disk_file.h"
-#include "libs/asmlib.h"
 
 //----------------------------------------------------------------------------------
 // Constructor 
Index: b/kmer_counter/radix.h
===================================================================
--- a/kmer_counter/radix.h
+++ b/kmer_counter/radix.h
@@ -16,7 +16,6 @@
 #include <iostream>
 #include <omp.h>
 #include <algorithm>
-#include "libs/asmlib.h"
 #include "defs.h"
 #include "queues.h"
 #include <boost/static_assert.hpp>
