/** \file
 *
 *  Wrapper for Lzma header files.
 *
 *  Copyright (c) 2007,2008,2009 MBARI
 *  MBARI Proprietary Information.  All Rights Reserved
 */

#ifndef LZMA_H_
#define LZMA_H_

extern "C"
{
#include "../../Lib/lzma/C/Alloc.h"
#include "../../Lib/lzma/C/7zFile.h"
#include "../../Lib/lzma/C/7zVersion.h"
#include "../../Lib/lzma/C/LzmaDec.h"
#include "../../Lib/lzma/C/LzmaEnc.h"
}

#endif /*LZMA_H_*/
