Skip to content
Snippets Groups Projects
Commit 58063534 authored by Aaron's avatar Aaron
Browse files

wrong includes

parent bd70609a
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
***************************************************************************
*/
#include "BamToFastq.h"
#include "bamToFastq.h"
// constructor
BamToFastq::BamToFastq(string bamFile, string fastq1, string fastq2, bool useMateTags, bool pairedEnd)
......
......@@ -19,7 +19,7 @@
#include <fstream>
#include <vector>
#include <string>
#include "BamToFastq.h"
#include "bamToFastq.h"
#include "version.h"
using namespace std;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment