/*
 * vcftools.h
 *
 *  Created on: Aug 19, 2009
 *      Author: Adam Auton
 *      ($Revision: 122 $)
 */

#ifndef VCFTOOLS_H_
#define VCFTOOLS_H_

#include <cstring>
#include <ctime>
#include <iostream>
#include <limits>
#include <string>
#include <vector>

#include "output_log.h"
#include "parameters.h"
#include "vcf_file.h"

using namespace std;

#endif/* VCFTOOLS_H_ */
