Changeset 3233 for branches/0.11-stable
- Timestamp:
- May 23, 2014, 11:47:19 AM (9 years ago)
- Location:
- branches/0.11-stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11-stable/test/bam_pair_analyse.cc
r3114 r3233 1 1 // $Id$ 2 2 // 3 // Copyright (C) 2012, 2013 Peter Johansson3 // Copyright (C) 2012, 2013, 2014 Peter Johansson 4 4 // 5 5 // This program is free software; you can redistribute it and/or modify … … 18 18 #include <config.h> 19 19 20 #include "Suite.h"21 22 using namespace theplu::yat;23 24 20 #if HAVE_LIBBAM 25 21 #include "yat/omic/algorithm.h" … … 27 23 #include "yat/omic/BamReadIterator.h" 28 24 #endif 25 26 // include Suite.h late to see that algorithm.h is OK to include 27 // first. See ticket #793. 28 #include "Suite.h" 29 using namespace theplu::yat; 29 30 30 31 void test1(test::Suite& suite); -
branches/0.11-stable/yat/omic/algorithm.h
r3114 r3233 5 5 6 6 /* 7 Copyright (C) 2012, 2013 Peter Johansson7 Copyright (C) 2012, 2013, 2014 Peter Johansson 8 8 9 9 This file is part of the yat library, http://dev.thep.lu.se/yat … … 27 27 28 28 #include <boost/concept/assert.hpp> 29 #include <boost/iterator/iterator_concepts.hpp> 29 30 30 31 #include <iterator>
Note: See TracChangeset
for help on using the changeset viewer.