/*=========================================================================
  Copyright (C) 2009 by Stephan Aiche

  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
  version 3 of the License, or (at your options) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  Lesser General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ==========================================================================
  $Id: rgraph.h 4888 2009-10-08 11:17:15Z aiche@PCPOOL.MI.FU-BERLIN.DE $
 ==========================================================================*/

#ifndef REPSEP_HEADER_RGRAPH_H
#define REPSEP_HEADER_RGRAPH_H

#include "utils.h"

// graph stuff from seqan
#include <seqan/store.h>
#include <seqan/graph_types.h>
#include <seqan/graph_algorithms.h>

// the repsep-read-graph
#include "rgraph_score.h"
#include "rgraph_base.h"
#include "rgraph_construction.h"
#include "rgraph_heuristics.h"

#endif
